mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 09:59:54 +00:00
13 lines
236 B
YAML
13 lines
236 B
YAML
# Fix to Apply:
|
|
# "select(di==0).spec.containers[0].securityContext.allowPrivilegeEscalation |= false"
|
|
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: insert_to_mapping_node_1
|
|
|
|
spec:
|
|
containers:
|
|
- name: nginx_container
|
|
image: nginx
|