mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
10 lines
150 B
YAML
10 lines
150 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: nginx-a
|
||
|
namespace: default
|
||
|
labels:
|
||
|
policy-applied: 'true'
|
||
|
annotations:
|
||
|
policy.lan/value: foo
|