add security context or redis too
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
parent
14c8258309
commit
d283eb76ef
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ spec:
|
|||
app.kubernetes.io/component: {{ .Values.redis.name }}
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
securityContext: {{- toYaml .Values.global.securityContext | nindent 8 }}
|
||||
containers:
|
||||
- name: {{ template "argo-cd.redis.fullname" . }}
|
||||
args:
|
||||
|
|
Loading…
Reference in a new issue