diff --git a/examples/macvlan-pod.yml b/examples/macvlan-pod.yml index 46fba45e6..31e335360 100644 --- a/examples/macvlan-pod.yml +++ b/examples/macvlan-pod.yml @@ -54,3 +54,4 @@ spec: image: dougbtv/centos-network ports: - containerPort: 80 + automountServiceAccountToken: false diff --git a/examples/sriov-pod.yml b/examples/sriov-pod.yml index df2e397af..1ac4321f2 100644 --- a/examples/sriov-pod.yml +++ b/examples/sriov-pod.yml @@ -45,3 +45,4 @@ spec: limits: intel.com/sriov: '1' restartPolicy: "Never" + automountServiceAccountToken: false