diff --git a/chart/templates/redis/deployment.yaml b/chart/templates/redis/deployment.yaml index 39e5cad..6b9392e 100644 --- a/chart/templates/redis/deployment.yaml +++ b/chart/templates/redis/deployment.yaml @@ -20,6 +20,8 @@ spec: {{- include "s3proxy.labels" . | nindent 8 }} app.kubernetes.io/component: redis spec: + securityContext: + fsGroup: 999 containers: - name: redis image: "{{ .Values.redis.image.repository }}:{{ .Values.redis.image.tag }}"