diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 07:07:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 07:07:51 +0000 |
commit | e1211cd9066c99a3995580e075d6c7df5a07bc12 (patch) | |
tree | fa5ee9ffaeb8258f8372ee16510349e6686deedc /kubernetes | |
parent | 3105cf8c8d96ac44f48206736ff7203bba3e6419 (diff) | |
parent | 098ff4214cab95f9734f04e4c82f3144a24af62a (diff) |
Merge "[SO] Fix indentation in so-nssmf-adapter"
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/so/components/so-nssmf-adapter/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-nssmf-adapter/templates/deployment.yaml b/kubernetes/so/components/so-nssmf-adapter/templates/deployment.yaml index d07f58e84e..f37c8b2166 100755 --- a/kubernetes/so/components/so-nssmf-adapter/templates/deployment.yaml +++ b/kubernetes/so/components/so-nssmf-adapter/templates/deployment.yaml @@ -89,7 +89,7 @@ spec: {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "server-actuator-creds" "key" "login") | indent 14 }} - name: ACTUATOR_PASSWORD_INPUT {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "server-actuator-creds" "key" "password") | indent 14 }} - {{ include "so.certificates.env" . | indent 8 | trim }} + {{ include "so.certificates.env" . | nindent 12 }} envFrom: - configMapRef: name: {{ include "common.fullname" . }}-env |