From 8e5060b9a7612044b7bf927365bbdbb8f6cde451 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 1 Feb 2024 17:33:59 +0900 Subject: [PATCH] Opt out to mount service account token (#1219) --- examples/macvlan-pod.yml | 1 + examples/sriov-pod.yml | 1 + 2 files changed, 2 insertions(+) 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