mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
13 lines
254 B
YAML
13 lines
254 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
annotations:
|
||
|
annotation.corp.com/restrict1: foo
|
||
|
labels:
|
||
|
app: busybox
|
||
|
name: busybox
|
||
|
spec:
|
||
|
automountServiceAccountToken: false
|
||
|
containers:
|
||
|
- name: busybox
|
||
|
image: myregistry.corp.com/busybox1:1.1241
|