Skip to content

Commit

Permalink
helm: disable privilege escalation
Browse files Browse the repository at this point in the history
  • Loading branch information
Saremox committed Jun 13, 2024
1 parent 204f1a8 commit 5d52a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/redisoperator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appVersion: 1.4.0
apiVersion: v1
description: A Helm chart for the Spotahome Redis Operator
name: redis-operator
version: 3.5.3
version: 3.5.4
home: https://github.com/saremox/redis-operator
keywords:
- "golang"
Expand Down
1 change: 1 addition & 0 deletions charts/redisoperator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ container:
# Container [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container).
# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1) for details.
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
fsGroup: 1000
runAsGroup: 1000
Expand Down

0 comments on commit 5d52a9d

Please sign in to comment.