diff --git a/components/kyverno/staging/kyverno-values.yaml b/components/kyverno/staging/kyverno-values.yaml index bc09e99b5d6..b50f23405ad 100644 --- a/components/kyverno/staging/kyverno-values.yaml +++ b/components/kyverno/staging/kyverno-values.yaml @@ -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