1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

fix: use upper case on drop capabilities

Signed-off-by: skuethe <56306041+skuethe@users.noreply.github.com>
This commit is contained in:
skuethe 2022-02-17 14:42:07 +01:00
parent 30a3cecc53
commit d51a13bbbb
No known key found for this signature in database
GPG key ID: 6B88154E900E0051
6 changed files with 9 additions and 9 deletions

View file

@ -50,7 +50,7 @@ securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- all
- ALL
# Key/value pairs that are attached to pods.
podAnnotations: {}

View file

@ -34,7 +34,7 @@ securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- all
- ALL
# Key/value pairs that are attached to pods.
podAnnotations: {}

View file

@ -55,7 +55,7 @@ securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- all
- ALL
# Key/value pairs that are attached to pods.
podAnnotations: {}

View file

@ -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

View file

@ -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

View file

@ -90,7 +90,7 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop:
- all
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true