diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2021-03-19 02:57:36 +0530 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-26 14:50:53 +0100 |
commit | 610d97d1dd0182f20e0ec7a13cec263a78d1374c (patch) | |
tree | 7447414f121e745b5a91b63e38cfa6da9a45a029 /kubernetes/so/components/so-sdnc-adapter/templates | |
parent | 75a52ff6aa54884e3b79e538c77d64caacdce6ba (diff) |
[SO] SDNC-adapter missing properties for the latest changes
Adding the missing oom properties for the sdnc adapter.
Issue-ID: SO-3590
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Id114848c88329db8317695391142483a43d1b6fb
Diffstat (limited to 'kubernetes/so/components/so-sdnc-adapter/templates')
-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: |