mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
11 lines
165 B
YAML
11 lines
165 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: myapp-pod
|
||
|
labels:
|
||
|
app: myapp
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: nginx
|
||
|
image: nginx
|
||
|
imagePullPolicy: IfNotPresent
|