diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-26 08:48:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-26 08:48:51 +0000 |
commit | e984935a83dac00dfaef71ce910dad93493e138c (patch) | |
tree | 7b9780b1929591b1e5f5fe901296321477e02bff /kubernetes/portal/charts/portal-sdk/templates/deployment.yaml | |
parent | 127a91ed7efc1db32abbe92ddd9510d49ba90c1c (diff) | |
parent | 001d4b85943604f234888d857ae4566037342587 (diff) |
Merge "[PORTAL] Use faster version of common secret template"
Diffstat (limited to 'kubernetes/portal/charts/portal-sdk/templates/deployment.yaml')
-rw-r--r-- | kubernetes/portal/charts/portal-sdk/templates/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/portal/charts/portal-sdk/templates/deployment.yaml b/kubernetes/portal/charts/portal-sdk/templates/deployment.yaml index 09080fca94..8465d06ad8 100644 --- a/kubernetes/portal/charts/portal-sdk/templates/deployment.yaml +++ b/kubernetes/portal/charts/portal-sdk/templates/deployment.yaml @@ -88,9 +88,9 @@ spec: - name: aaf_locator_app_ns value: "{{ .Values.global.aafAppNs }}" - name: DEPLOY_FQI - {{- include "common.secret.envFromSecret" (dict "global" . "uid" "aaf-deploy-creds" "key" "login") | indent 12 }} + {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "aaf-deploy-creds" "key" "login") | indent 12 }} - name: DEPLOY_PASSWORD - {{- include "common.secret.envFromSecret" (dict "global" . "uid" "aaf-deploy-creds" "key" "password") | indent 12 }} + {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "aaf-deploy-creds" "key" "password") | indent 12 }} - name: cadi_longitude value: "{{ .Values.aafConfig.cadiLongitude }}" - name: cadi_latitude |