Merge "[SO] Import various CAs in truststore"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 27 Oct 2020 17:30:51 +0000 (17:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 27 Oct 2020 17:30:51 +0000 (17:30 +0000)
1  2 
kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml

@@@ -39,6 -39,7 +39,7 @@@ spec
                {{- if .Values.global.aafEnabled }}
                export $(grep '^c' {{ .Values.soHelpers.certInitializer.credsPath }}/mycreds.prop | xargs -0)
                export TRUSTSTORE_PASSWORD="${cadi_truststore_password}"
+               export TRUSTSTORE="file:/${TRUSTSTORE}"
                {{- if .Values.global.security.aaf.enabled }}
                export KEYSTORE_PASSWORD="${cadi_keystore_password}"
                {{- end }}
@@@ -82,7 -83,7 +83,7 @@@
                readOnly: true
              - name: {{ include "common.fullname" . }}-truststore
                mountPath: /app/client
 -              readonly: true
 +              readOnly: true
            livenessProbe:
              tcpSocket:
                port: {{ index .Values.livenessProbe.port }}