mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-18 23:29:40 +00:00
* add failure.all.yaml for dangerouscapabilities test * change to [ALL] failing test * add failure.all.yaml for dangerouscapabilities test * change to [ALL] failing test * fix dangerous caps test Co-authored-by: Robert Brennan <contact@rbren.io>
14 lines
208 B
YAML
14 lines
208 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx
|
|
labels:
|
|
app.kubernetes.io/name: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
securityContext:
|
|
capabilities:
|
|
add: ["ALL"]
|