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:
parent
30a3cecc53
commit
d51a13bbbb
6 changed files with 9 additions and 9 deletions
|
@ -50,7 +50,7 @@ securityContext:
|
|||
readOnlyRootFilesystem: true
|
||||
capabilities:
|
||||
drop:
|
||||
- all
|
||||
- ALL
|
||||
|
||||
# Key/value pairs that are attached to pods.
|
||||
podAnnotations: {}
|
||||
|
|
|
@ -34,7 +34,7 @@ securityContext:
|
|||
readOnlyRootFilesystem: true
|
||||
capabilities:
|
||||
drop:
|
||||
- all
|
||||
- ALL
|
||||
|
||||
# Key/value pairs that are attached to pods.
|
||||
podAnnotations: {}
|
||||
|
|
|
@ -55,7 +55,7 @@ securityContext:
|
|||
readOnlyRootFilesystem: true
|
||||
capabilities:
|
||||
drop:
|
||||
- all
|
||||
- ALL
|
||||
|
||||
# Key/value pairs that are attached to pods.
|
||||
podAnnotations: {}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -90,7 +90,7 @@ spec:
|
|||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- all
|
||||
- ALL
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: true
|
||||
runAsNonRoot: true
|
||||
|
|
Loading…
Reference in a new issue