diff --git a/charts/argo-cd/templates/redis/deployment.yaml b/charts/argo-cd/templates/redis/deployment.yaml index 87d6a024..5f55ab92 100644 --- a/charts/argo-cd/templates/redis/deployment.yaml +++ b/charts/argo-cd/templates/redis/deployment.yaml @@ -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: