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-pap/templates/deployment.yaml | |
parent | f7d5e4f88fd8f9a0ac00ee47a2670d1ae18ff211 (diff) | |
parent | bf8d8a97c59e8b866d4ac439e828aab4e4802751 (diff) |
Merge "[POLICY] new image versions"
Diffstat (limited to 'kubernetes/policy/components/policy-pap/templates/deployment.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-pap/templates/deployment.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-pap/templates/deployment.yaml b/kubernetes/policy/components/policy-pap/templates/deployment.yaml index 57812d4add..f07ed4a7ba 100755 --- a/kubernetes/policy/components/policy-pap/templates/deployment.yaml +++ b/kubernetes/policy/components/policy-pap/templates/deployment.yaml @@ -78,7 +78,6 @@ spec: {{- if .Values.global.aafEnabled }} command: ["bash","-c"] args: ["source {{ .Values.certInitializer.credsPath }}/.ci;\ - cp {{ .Values.certInitializer.credsPath }}/org.onap.policy.p12 ${POLICY_HOME}/etc/ssl/policy-keystore;\ /opt/app/policy/pap/bin/policy-pap.sh /opt/app/policy/pap/etc/mounted/config.json"] {{- else }} command: ["/opt/app/policy/pap/bin/policy-pap.sh"] |