diff --git a/charts/erpc/templates/deployment.yaml b/charts/erpc/templates/deployment.yaml index 5aea56e1..93996119 100644 --- a/charts/erpc/templates/deployment.yaml +++ b/charts/erpc/templates/deployment.yaml @@ -56,7 +56,7 @@ spec: {{- toYaml .Values.containerSecurityContext | nindent 12 }} volumeMounts: - name: config - mountPath: /root/erpc.yaml" + mountPath: /root/erpc.yaml subPath: erpc.yaml readOnly: true {{- if .Values.extraVolumeMounts }} diff --git a/charts/erpc/values.yaml b/charts/erpc/values.yaml index bf79b6ac..e126d54f 100644 --- a/charts/erpc/values.yaml +++ b/charts/erpc/values.yaml @@ -125,11 +125,11 @@ resources: {} # -- The security context for pods # @default -- See `values.yaml` -securityContext: - fsGroup: 10001 - runAsGroup: 10001 - runAsNonRoot: true - runAsUser: 10001 +securityContext: {} +# fsGroup: 10001 +# runAsGroup: 10001 +# runAsNonRoot: true +# runAsUser: 10001 # -- The security context for containers # @default -- See `values.yaml`