mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
* apply patches cumulatively Signed-off-by: Jim Bugwadia <jim@nirmata.com> * handle skipped rules Signed-off-by: Jim Bugwadia <jim@nirmata.com> * add test files Signed-off-by: Jim Bugwadia <jim@nirmata.com>
16 lines
288 B
YAML
16 lines
288 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: 100Mi
|
|
cpu: 100m
|