mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
9 lines
No EOL
156 B
YAML
9 lines
No EOL
156 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: pod-with-root-user-dockerhub
|
|
# namespace: default
|
|
spec:
|
|
containers:
|
|
- name: ubuntu
|
|
image: ubuntu:bionic |