fix security context
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m38s

This commit is contained in:
2025-07-29 18:12:01 -05:00
parent 89c335ba70
commit d9b1ed4179

View File

@@ -9,6 +9,9 @@ metadata:
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
clusterSize: 3
podSecurityContext:
runAsUser: 1000
fsGroup: 1000
kubernetesConfig:
image: quay.io/opstree/redis:v8.0.3
imagePullPolicy: IfNotPresent