Merge "[SDNC] wrong configuration in mountpoint-registrar.properties"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 27 Oct 2020 18:04:46 +0000 (18:04 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 27 Oct 2020 18:04:46 +0000 (18:04 +0000)
kubernetes/sdnc/templates/statefulset.yaml

index 488c050..137d94f 100644 (file)
@@ -62,6 +62,11 @@ spec:
           {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "db-secret" "key" "login") | indent 10 }}
         - name: SDNC_DB_PASSWORD
           {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "db-secret" "key" "password") | indent 10 }}
+        - name: ODL_ADMIN_USERNAME
+          {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "odl-creds" "key" "login") | indent 10 }}
+        - name: ODL_ADMIN_PASSWORD
+          {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "odl-creds" "key" "password") | indent 10 }}
+
         volumeMounts:
         - mountPath: /config-input
           name: config-input