mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
13 lines
200 B
YAML
13 lines
200 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: begin-with-document-separator
|
|
|
|
spec:
|
|
containers:
|
|
- name: nginx_container
|
|
image: nginx
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|