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