* fix: #404 - Set Security Context for Redis Pod * Separate Container and Pod Security Context for Redis * Bump Chart Version * Syntax fix * Also set Group in Redis Security Context
This commit is contained in:
parent
bc78e3cbe1
commit
9b80bd95e4
4 changed files with 10 additions and 3 deletions
|
|
@ -41,8 +41,8 @@ spec:
|
|||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
automountServiceAccountToken: false
|
||||
{{- if .Values.global.securityContext }}
|
||||
securityContext: {{- toYaml .Values.global.securityContext | nindent 8 }}
|
||||
{{- if .Values.redis.securityContext }}
|
||||
securityContext: {{- toYaml .Values.redis.securityContext | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: {{ template "argo-cd.redis.fullname" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue