[SO] Fix indentation in so-nssmf-adapter 87/114087/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Wed, 21 Oct 2020 11:06:52 +0000 (13:06 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Wed, 21 Oct 2020 11:06:52 +0000 (13:06 +0200)
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

kubernetes/so/components/so-nssmf-adapter/templates/deployment.yaml

index d07f58e..f37c8b2 100755 (executable)
@@ -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