Merge "[SO] Fix indentation in so-nssmf-adapter"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 22 Oct 2020 07:07:51 +0000 (07:07 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 22 Oct 2020 07:07:51 +0000 (07:07 +0000)
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