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