diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2020-03-22 16:16:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-22 16:16:01 +0000 |
commit | 0d2be209aff1c72a013d7d8982988358d6e94e66 (patch) | |
tree | 6b82fbf17fcaa9ce83d7809560210c89cf7f89e2 /kubernetes/sdc/charts/sdc-dcae-be/templates/deployment.yaml | |
parent | cf6b7be25be96cb01340f6c146e144369061cdfc (diff) | |
parent | b137f7e426b7556a05d1222716d1870ce9dad72c (diff) |
Merge "Run SDC pods as non-root"
Diffstat (limited to 'kubernetes/sdc/charts/sdc-dcae-be/templates/deployment.yaml')
-rw-r--r-- | kubernetes/sdc/charts/sdc-dcae-be/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdc/charts/sdc-dcae-be/templates/deployment.yaml b/kubernetes/sdc/charts/sdc-dcae-be/templates/deployment.yaml index f8fb2f61e2..6072148d07 100644 --- a/kubernetes/sdc/charts/sdc-dcae-be/templates/deployment.yaml +++ b/kubernetes/sdc/charts/sdc-dcae-be/templates/deployment.yaml @@ -92,7 +92,7 @@ spec: fieldPath: status.podIP volumeMounts: - name: {{ include "common.fullname" . }}-environments - mountPath: /root/chef-solo/environments/ + mountPath: /var/lib/jetty/chef-solo/environments/ - name: {{ include "common.fullname" . }}-localtime mountPath: /etc/localtime readOnly: true |