Files
litmus-hub/security/kyverno-policies/kustomization.yaml
Shubham Chaudhary 14c472265f chore(kyverno): Adding kyverno pod security policies for litmus pods (#504)
* chore(kyverno): Adding security policies

Signed-off-by: shubham chaudhary <shubham@chaosnative.com>

* chore(kyverno): updating policies

Signed-off-by: shubham chaudhary <shubham@chaosnative.com>

* chore(kyverno): updating policies

Signed-off-by: shubham chaudhary <shubham@chaosnative.com>

* chore(kyverno): changed the file names

Signed-off-by: shubham chaudhary <shubham@chaosnative.com>
2021-10-13 16:00:11 +05:30

15 lines
588 B
YAML

resources:
- allow-capabilities-for-litmus-experiments-which-uses-runtime-api.yaml
- allow-host-namespaces-for-litmus-experiments-which-uses-runtime-api.yaml
- allow-privileged-containers-for-litmus-experiments-which-uses-runtime-api.yaml
- allow-privilege-escalation-for-litmus-experiments-which-uses-runtime-api.yaml
- allow-host-paths-for-litmus-experiments-which-uses-hostPaths.yaml
- allow-user-groups-for-litmus-experiments.yaml
patches:
- patch: |-
- op: replace
path: /spec/validationFailureAction
value: enforce
target:
kind: Policy