Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
this value should be in all CAPS as per spec
https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted

Exact same issue has been raise by @joe bowbeer
argoproj/argo-cd#5786 (comment)

Signed-off-by: Krishna <[email protected]>
  • Loading branch information
saikrishnagaddipati authored Nov 1, 2023
1 parent 84ab629 commit e1896a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ podSecurityContext:
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: ["all"]
drop: ["ALL"]
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 10001
Expand Down

0 comments on commit e1896a0

Please sign in to comment.