diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-03-29 13:08:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-29 13:08:16 +0000 |
commit | 092a16fd2d2bdd44f9b1999fc5f7c8c07690f1c8 (patch) | |
tree | 45286836fe49cfc6f00f7cab46f34dd8b22e4da9 /kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml | |
parent | b6e0f1a88ccb5f2bcaedc5e4d55682f18ed6be7a (diff) | |
parent | 610d97d1dd0182f20e0ec7a13cec263a78d1374c (diff) |
Merge "[SO] SDNC-adapter missing properties for the latest changes"
Diffstat (limited to 'kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml')
-rwxr-xr-x | kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml b/kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml index 5a98828c1a..7b32cb6050 100755 --- a/kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml +++ b/kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml @@ -69,6 +69,12 @@ spec: {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "db-admin-creds" "key" "login") | indent 10 }} - name: DB_ADMIN_PASSWORD {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "db-admin-creds" "key" "password") | indent 10 }} + - name: MSO_KEY + {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "sdnc-adapter-mso-key" "key" "password") | indent 10 }} + - name: MSO_AUTH + {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "sdnc-adapter-mso-auth" "key" "password") | indent 10 }} + - name: AAF_AUTH + {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "sdnc-adapter-aaf-auth" "key" "password") | indent 10 }} {{ include "so.certificates.env" . | indent 8 | trim }} envFrom: - configMapRef: |