diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-08 14:02:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-08 14:02:56 +0000 |
commit | 96089a54cd81f94ad3baf5297da13605405cf751 (patch) | |
tree | 3c126612302e1315ba05557f07331cb7108da428 /kubernetes/policy/components/policy-apex-pdp | |
parent | 0c4534e4155560e8726e6a75e0b7476ee9f754ee (diff) | |
parent | 2b6f82cbe818194f410ef987037c834e6c8deaee (diff) |
Merge "[COMMON] Get rid of a few bashisms"
Diffstat (limited to 'kubernetes/policy/components/policy-apex-pdp')
-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 10c2a054e7..586f468334 100755 --- a/kubernetes/policy/components/policy-apex-pdp/templates/statefulset.yaml +++ b/kubernetes/policy/components/policy-apex-pdp/templates/statefulset.yaml @@ -71,7 +71,7 @@ spec: imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} command: ["sh","-c"] args: ["if [ -f {{ .Values.certInitializer.credsPath }}/.ci ]; then \ - source {{ .Values.certInitializer.credsPath }}/.ci; fi;\ + . {{ .Values.certInitializer.credsPath }}/.ci; fi;\ /opt/app/policy/apex-pdp/bin/apexOnapPf.sh -c /home/apexuser/config/OnapPfConfig.json"] ports: - containerPort: {{ .Values.service.externalPort }} |