Skip to content

Commit

Permalink
fix(kube-state-metrics): revert #3194 (#3233)
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <david.calvert@oqton.com>
  • Loading branch information
David Calvert committed Apr 13, 2023
1 parent 0468a4b commit 49d3eab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- prometheus
- kubernetes
type: application
version: 5.4.0
version: 5.4.1
appVersion: 2.8.2
home: https://github.com/kubernetes/kube-state-metrics/
sources:
Expand Down
7 changes: 0 additions & 7 deletions charts/kube-state-metrics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,7 @@ 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 49d3eab

Please sign in to comment.