diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-09 09:02:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-09 09:02:01 +0000 |
commit | bc52a406d9bff5a2eb77c5cc78175e36fefbcbed (patch) | |
tree | 96f0dbd50ff22f214919e171671cdad8bad5afb6 /kubernetes/policy/components/policy-apex-pdp/templates | |
parent | aeede4565a56e3a9eb26328d571a854b731a7e17 (diff) | |
parent | ebd6295ff8123f7abb5569ada91089c869f58031 (diff) |
Merge "[POLICY]release new images"
Diffstat (limited to 'kubernetes/policy/components/policy-apex-pdp/templates')
-rwxr-xr-x | kubernetes/policy/components/policy-apex-pdp/templates/statefulset.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-apex-pdp/templates/statefulset.yaml b/kubernetes/policy/components/policy-apex-pdp/templates/statefulset.yaml index 4deb21a79b..6b27103660 100755 --- a/kubernetes/policy/components/policy-apex-pdp/templates/statefulset.yaml +++ b/kubernetes/policy/components/policy-apex-pdp/templates/statefulset.yaml @@ -44,7 +44,7 @@ spec: - sh args: - -c - - "export TRUSTSTORE_PASSWORD_BASE64=`echo -n ${TRUSTSTORE_PASSWORD} | base64`; cd /config-input && for PFILE in `ls -1`; do envsubst <${PFILE} >/config/${PFILE}; done" + - "cd /config-input && for PFILE in `ls -1`; do envsubst <${PFILE} >/config/${PFILE}; done" env: - name: TRUSTSTORE_PASSWORD {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "truststore-pass" "key" "password") | indent 10 }} |