mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
12 lines
250 B
YAML
12 lines
250 B
YAML
# Fix to Apply:
|
|
# select(di==0).spec.containers[0].securityContext.capabilities.drop += ["NET_RAW"]
|
|
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: indented-parent-list-insert-list-value
|
|
spec:
|
|
containers:
|
|
- name: nginx_container
|
|
image: nginx
|