From d51a13bbbbdd4a1476b090667d132357625b54a2 Mon Sep 17 00:00:00 2001 From: skuethe <56306041+skuethe@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:42:07 +0100 Subject: [PATCH] fix: use upper case on drop capabilities Signed-off-by: skuethe <56306041+skuethe@users.noreply.github.com> --- charts/policy-reporter/charts/kyvernoPlugin/values.yaml | 2 +- charts/policy-reporter/charts/ui/values.yaml | 2 +- charts/policy-reporter/values.yaml | 2 +- manifest/default-policy-reporter-ui/install.yaml | 4 ++-- manifest/kyverno-policy-reporter-ui/install.yaml | 6 +++--- manifest/policy-reporter/install.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml index 0b3c9556..cfc9ce87 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml @@ -50,7 +50,7 @@ securityContext: readOnlyRootFilesystem: true capabilities: drop: - - all + - ALL # Key/value pairs that are attached to pods. podAnnotations: {} diff --git a/charts/policy-reporter/charts/ui/values.yaml b/charts/policy-reporter/charts/ui/values.yaml index fa19f989..29900144 100644 --- a/charts/policy-reporter/charts/ui/values.yaml +++ b/charts/policy-reporter/charts/ui/values.yaml @@ -34,7 +34,7 @@ securityContext: readOnlyRootFilesystem: true capabilities: drop: - - all + - ALL # Key/value pairs that are attached to pods. podAnnotations: {} diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index 51b4fea5..e4e829f3 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -55,7 +55,7 @@ securityContext: readOnlyRootFilesystem: true capabilities: drop: - - all + - ALL # Key/value pairs that are attached to pods. podAnnotations: {} diff --git a/manifest/default-policy-reporter-ui/install.yaml b/manifest/default-policy-reporter-ui/install.yaml index 24e3cfce..bcebcbac 100644 --- a/manifest/default-policy-reporter-ui/install.yaml +++ b/manifest/default-policy-reporter-ui/install.yaml @@ -99,7 +99,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true @@ -151,7 +151,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true diff --git a/manifest/kyverno-policy-reporter-ui/install.yaml b/manifest/kyverno-policy-reporter-ui/install.yaml index 84c6cee4..8763876b 100644 --- a/manifest/kyverno-policy-reporter-ui/install.yaml +++ b/manifest/kyverno-policy-reporter-ui/install.yaml @@ -163,7 +163,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true @@ -210,7 +210,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true @@ -262,7 +262,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index 44593653..63d89946 100644 --- a/manifest/policy-reporter/install.yaml +++ b/manifest/policy-reporter/install.yaml @@ -90,7 +90,7 @@ spec: allowPrivilegeEscalation: false capabilities: drop: - - all + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true