diff --git a/config/manifest/deployment.yaml b/config/manifest/deployment.yaml index fe7129140a..75a3a6593d 100755 --- a/config/manifest/deployment.yaml +++ b/config/manifest/deployment.yaml @@ -58,6 +58,8 @@ spec: capabilities: drop: - ALL + seccompProfile: + type: RuntimeDefault env: - name: METRICS_CONFIG value: kyverno-metrics @@ -110,6 +112,8 @@ spec: capabilities: drop: - ALL + seccompProfile: + type: RuntimeDefault resources: requests: memory: 128Mi