diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-10-27 17:30:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-27 17:30:51 +0000 |
commit | 0f4fb5208a4c0727e08ea1d2c3b5ca5c9e2d21a8 (patch) | |
tree | 620461666dfa4aaa539e7ec75a3a4dd776978cb9 /kubernetes/so/components/so-etsi-nfvo-ns-lcm | |
parent | b1ee058f941a9c9ff27467054d98b8a56c988797 (diff) | |
parent | 2954823e469dc10ec45f8170dac5a8041ab3fd44 (diff) |
Merge "[SO] Import various CAs in truststore"
Diffstat (limited to 'kubernetes/so/components/so-etsi-nfvo-ns-lcm')
-rw-r--r-- | kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml index 97ebd93ed1..bc36fc1f46 100644 --- a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml +++ b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml @@ -39,6 +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 }} |