missed one
Signed-off-by: Wim Fournier <github@fournier.nl>
This commit is contained in:
parent
6c09da9429
commit
6bab7599a4
1 changed files with 3 additions and 1 deletions
|
@ -41,9 +41,11 @@ spec:
|
|||
hostAliases:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.redis.containerSecurityContext.enabled }}
|
||||
{{- with .Values.redis.securityContext }}
|
||||
securityContext:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- omit . "enabled" | toYaml | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.redis.priorityClassName | default .Values.global.priorityClassName }}
|
||||
priorityClassName: {{ . }}
|
||||
|
|
Loading…
Reference in a new issue