mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
15 lines
272 B
YAML
15 lines
272 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: badpod
|
||
|
labels:
|
||
|
app: myapp
|
||
|
annotations:
|
||
|
iam.amazonaws.com/role: cert-manager_mycluster
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: nginx2
|
||
|
image: docker.io/nginx
|
||
|
# resources:
|
||
|
# requests:
|
||
|
# memory: 50Mi
|