Skip to content

Commit

Permalink
unset securityContext for kyverno's components (#5413)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <[email protected]>
  • Loading branch information
filariow authored Jan 29, 2025
1 parent 3521d1b commit da92c14
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/kyverno/staging/kyverno-values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
admissionController:
replicas: 3
initContainer:
securityContext: null
container:
securityContext: null
backgroundController:
replicas: 3
securityContext: null
cleanupController:
replicas: 3
securityContext: null
reportsController:
replicas: 3
securityContext: null
policyReportsCleanup:
securityContext: null
webhooksCleanup:
securityContext: null
test:
securityContext: null
crds:
migration:
securityContext: null

0 comments on commit da92c14

Please sign in to comment.