diff --git a/charts/kyverno/templates/deployment.yaml b/charts/kyverno/templates/deployment.yaml index 390d3f442c..c42eb3c41e 100644 --- a/charts/kyverno/templates/deployment.yaml +++ b/charts/kyverno/templates/deployment.yaml @@ -78,7 +78,7 @@ spec: readOnlyRootFilesystem: true capabilities: drop: - - all + - ALL env: - name: METRICS_CONFIG value: {{ template "kyverno.metricsConfigMapName" . }} @@ -108,7 +108,7 @@ spec: readOnlyRootFilesystem: true capabilities: drop: - - all + - ALL ports: - containerPort: 9443 name: https diff --git a/config/install.yaml b/config/install.yaml index 58f94531b7..3a4b438735 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -7957,7 +7957,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true @@ -7983,7 +7983,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true diff --git a/config/manifest/deployment.yaml b/config/manifest/deployment.yaml index 01f296937a..921bf7cb31 100755 --- a/config/manifest/deployment.yaml +++ b/config/manifest/deployment.yaml @@ -54,7 +54,7 @@ spec: readOnlyRootFilesystem: true capabilities: drop: - - all + - ALL env: - name: METRICS_CONFIG value: kyverno-metrics @@ -100,7 +100,7 @@ spec: readOnlyRootFilesystem: true capabilities: drop: - - all + - ALL resources: requests: memory: 128Mi diff --git a/config/release/install.yaml b/config/release/install.yaml index 58f94531b7..3a4b438735 100755 --- a/config/release/install.yaml +++ b/config/release/install.yaml @@ -7957,7 +7957,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true @@ -7983,7 +7983,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true