diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-10-21 13:06:52 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-10-21 13:06:52 +0200 |
commit | 098ff4214cab95f9734f04e4c82f3144a24af62a (patch) | |
tree | 233da4d0a434d2f4ea751685d002fc0332f585b6 /kubernetes/so/components/so-nssmf-adapter | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[SO] Fix indentation in so-nssmf-adapter
As helm 3 verifies yaml correctnes this indent issue prevents us from
deploying onap using helm v3.
Issue-ID: OOM-2562
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I1910659e8abb58228e0c684fad0ae7a491d99fad
Diffstat (limited to 'kubernetes/so/components/so-nssmf-adapter')
-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 |