diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-07-06 15:41:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-07-06 15:41:15 +0000 |
commit | 664cb34eca555ba8f9cbaeb9224dd9af3afe802b (patch) | |
tree | 09bf9b54fa92f8bcf6be750589d474f9ddc64bae /kubernetes/cds/components/cds-blueprints-processor/templates | |
parent | 6e7a7997813d8241dd436d6c48609c02205843b1 (diff) | |
parent | 2cef564fe7af8a43cb3e9bba77fff91a02fae372 (diff) |
Merge "[CDS] Add cps-data resourceSourceMapping in application.properties"
Diffstat (limited to 'kubernetes/cds/components/cds-blueprints-processor/templates')
-rwxr-xr-x | kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml index d68e900222..1e4f5e10a0 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml +++ b/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml @@ -118,6 +118,10 @@ spec: fieldPath: metadata.name - name: CLUSTER_CONFIG_FILE value: {{ .Values.config.appConfigDir }}/hazelcast.yaml + - name: CPS_USER + {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "cps-creds" "key" "login") | indent 12 }} + - name: CPS_PASS_PLAIN + {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "cps-creds" "key" "password") | indent 12 }} {{ if .Values.useStrimziKafka }} - name: JAAS_PASS value: {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "cds-kafka-secret" "key" "password") | indent 12 }} |