diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-14 11:27:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-14 11:27:12 +0000 |
commit | 6ff14bd39dd872726da1fb4383e139120ce6f381 (patch) | |
tree | bfce1ff7533ee1067c4c0e2a0ee1d11d26d756f0 /kubernetes/policy/components/policy-drools-pdp/templates | |
parent | f7d5e4f88fd8f9a0ac00ee47a2670d1ae18ff211 (diff) | |
parent | bf8d8a97c59e8b866d4ac439e828aab4e4802751 (diff) |
Merge "[POLICY] new image versions"
Diffstat (limited to 'kubernetes/policy/components/policy-drools-pdp/templates')
-rwxr-xr-x | kubernetes/policy/components/policy-drools-pdp/templates/statefulset.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-drools-pdp/templates/statefulset.yaml b/kubernetes/policy/components/policy-drools-pdp/templates/statefulset.yaml index 5828be48d7..1498d273b2 100755 --- a/kubernetes/policy/components/policy-drools-pdp/templates/statefulset.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/templates/statefulset.yaml @@ -74,6 +74,7 @@ spec: command: ["bash","-c"] args: ["if [ -f {{ .Values.certInitializer.credsPath }}/.ci ]; then \ source {{ .Values.certInitializer.credsPath }}/.ci; fi;\ + cp {{ .Values.certInitializer.credsPath }}/org.onap.policy.p12 ${POLICY_HOME}/etc/ssl/policy-keystore;\ /opt/app/policy/bin/pdpd-cl-entrypoint.sh boot"] ports: - containerPort: {{ .Values.service.externalPort }} |