aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-distribution/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-14 11:27:12 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-14 11:27:12 +0000
commit6ff14bd39dd872726da1fb4383e139120ce6f381 (patch)
treebfce1ff7533ee1067c4c0e2a0ee1d11d26d756f0 /kubernetes/policy/components/policy-distribution/templates/deployment.yaml
parentf7d5e4f88fd8f9a0ac00ee47a2670d1ae18ff211 (diff)
parentbf8d8a97c59e8b866d4ac439e828aab4e4802751 (diff)
Merge "[POLICY] new image versions"
Diffstat (limited to 'kubernetes/policy/components/policy-distribution/templates/deployment.yaml')
-rwxr-xr-xkubernetes/policy/components/policy-distribution/templates/deployment.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-distribution/templates/deployment.yaml b/kubernetes/policy/components/policy-distribution/templates/deployment.yaml
index add085f94d..414d617f77 100755
--- a/kubernetes/policy/components/policy-distribution/templates/deployment.yaml
+++ b/kubernetes/policy/components/policy-distribution/templates/deployment.yaml
@@ -76,7 +76,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/distribution/bin/policy-dist.sh /opt/app/policy/distribution/etc/mounted/config.json"]
{{- else }}
command: ["/opt/app/policy/distribution/bin/policy-dist.sh"]