Skip to content

Commit

Permalink
Merge pull request #6523 from blanchardma/chore/securityContext
Browse files Browse the repository at this point in the history
chore(helm): enhance securityContext
  • Loading branch information
k8s-ci-robot authored Sep 24, 2024
2 parents a98d199 + a0a475c commit 5e1d752
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name: cluster-autoscaler
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type: application
version: 9.39.0
version: 9.39.1
8 changes: 6 additions & 2 deletions charts/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@ clusterAPIWorkloadKubeconfigPath: /etc/kubernetes/value

# containerSecurityContext -- [Security context for container](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)
containerSecurityContext: {}
# allowPrivilegeEscalation: false
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true

deployment:
# deployment.annotations -- Annotations to add to the Deployment object.
Expand Down Expand Up @@ -352,8 +354,10 @@ revisionHistoryLimit: 10
# securityContext -- [Security context for pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)
securityContext: {}
# runAsNonRoot: true
# runAsUser: 1001
# runAsGroup: 1001
# runAsUser: 65534
# runAsGroup: 65534
# seccompProfile:
# type: RuntimeDefault

service:
# service.create -- If `true`, a Service will be created.
Expand Down

0 comments on commit 5e1d752

Please sign in to comment.