1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/policy/mutate/resource_mutate_pod_disable_automountingapicred.yaml

12 lines
195 B
YAML
Raw Normal View History

2019-09-06 10:03:24 -07:00
apiVersion: v1
kind: Pod
metadata:
name: myapp-pod
labels:
app: myapp
spec:
serviceAccountName: default
containers:
- name: nginx
image: nginx
imagePullPolicy: IfNotPresent