diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-09-01 13:25:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-01 13:25:07 +0000 |
commit | 3980a8cbeb63c885b123ac50033e32ed996bb39a (patch) | |
tree | a5817b991a3396e3de946392e9360a158d070448 /kubernetes | |
parent | 0204932de96a41bd840668a10dd88dc423c7106f (diff) | |
parent | 1a78f2f3361462b7b16ce82adeea2669f4d7a0c7 (diff) |
Merge "[CDS] Enable workflow status"
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties | 3 | ||||
-rwxr-xr-x | kubernetes/cds/components/cds-blueprints-processor/values.yaml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties b/kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties index a3d32a9a03..ea799e2119 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties +++ b/kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties @@ -159,3 +159,6 @@ management.endpoint.health.show-details=always blueprintprocessor.k8s.plugin.username=unused blueprintprocessor.k8s.plugin.password=unused blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/ + +#Workflow audit store configuration +blueprintsprocessor.workflow.self-service-api.audit.storeEnable={{ .Values.workflow.storeEnabled }} diff --git a/kubernetes/cds/components/cds-blueprints-processor/values.yaml b/kubernetes/cds/components/cds-blueprints-processor/values.yaml index 942933d591..829bb220cd 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/values.yaml +++ b/kubernetes/cds/components/cds-blueprints-processor/values.yaml @@ -184,3 +184,7 @@ serviceAccount: nameOverride: cds-blueprints-processor roles: - read + +# workflow store flag +workflow: + storeEnabled: false |