mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
11 lines
178 B
YAML
11 lines
178 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: same-name-but-diff-namespace
|
||
|
labels:
|
||
|
foo: bar
|
||
|
namespace: production
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: nginx
|
||
|
image: nginx:latest
|