Skip to content

Commit

Permalink
[kube-state-metrics] set parameters for podsecurity restricted
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
  • Loading branch information
jcpunk committed Apr 5, 2023
1 parent a3c0023 commit 8b1d483
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/kube-state-metrics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,14 @@ securityContext:
enabled: true
runAsGroup: 65534
runAsUser: 65534
runAsNonRoot: true
fsGroup: 65534
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault

## Specify security settings for a Container
## Allows overrides and additional options compared to (Pod) securityContext
Expand Down

0 comments on commit 8b1d483

Please sign in to comment.