1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/test/output/output_mutate_pod_disable_automoutingapicred.yaml
shivkumar dudhani ff60dc05fd add policies
2019-09-06 10:03:24 -07:00

16 lines
284 B
YAML

apiVersion: v1
kind: Pod
metadata:
creationTimestamp:
labels:
app: myapp
name: myapp-pod
spec:
automountServiceAccountToken: false
containers:
- image: nginx
imagePullPolicy: IfNotPresent
name: nginx
resources: {}
serviceAccountName: default
status: {}