Skip to content
Snippets Groups Projects
Commit 45bc993e authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

default security nothing

parent de8ba41b
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,10 @@ spec:
{{- if .Values.serviceAccountName }}
serviceAccountName: {{ .Values.serviceAccountName | quote }}
{{- end }}
{{- if .Values.securityContext }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}
{{- end -}}
{{- if .Values.securityContext.runAsUser }}
fsGroup: {{ .Values.securityContext.runAsUser }}
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment