1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 23:46:56 +00:00
kyverno/test/output/output_mutate_pod_disable_automoutingapicred.yaml

17 lines
284 B
YAML
Raw Normal View History

2019-09-06 10:03:24 -07:00
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: {}