commit | b137f7e426b7556a05d1222716d1870ce9dad72c | [log] [tgz] |
---|---|---|
author | MichaelMorris <michael.morris@est.tech> | Sun Mar 15 17:44:48 2020 +0000 |
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | Sun Mar 22 10:26:38 2020 +0000 |
tree | ded0f60e0b3e4c7dde036887b407be9443ab37f3 | |
parent | 32f9aaa9b02da0cc442d83c5413684ddc9674381 [diff] [blame] |
Run SDC pods as non-root Change-Id: Id8626c02f4c8bf3e1da406920169c0ed6bee457f Issue-ID: SDC-2798 Signed-off-by: MichaelMorris <michael.morris@est.tech>
diff --git a/kubernetes/sdc/charts/sdc-dcae-fe/templates/deployment.yaml b/kubernetes/sdc/charts/sdc-dcae-fe/templates/deployment.yaml index 1bc0d88..e99d65b 100644 --- a/kubernetes/sdc/charts/sdc-dcae-fe/templates/deployment.yaml +++ b/kubernetes/sdc/charts/sdc-dcae-fe/templates/deployment.yaml
@@ -91,7 +91,7 @@ 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