mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
18 lines
277 B
YAML
18 lines
277 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: pod-latest-tag
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: nginx:latest
|
||
|
name: pod
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: pod-latest-tag
|
||
|
namespace: match-conditions-standard-ns
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: nginx:latest
|
||
|
name: pod
|