From fb0900e149f920db438bfdc09d6af45706724ce7 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 6 May 2026 21:13:45 +0000 Subject: [PATCH] fix: align automountServiceAccountToken to true in deploy-e2e-headlamp.sh Matches other plugins (rook, sealed-secrets, polaris, kube-vip). Co-Authored-By: Paperclip --- scripts/deploy-e2e-headlamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-e2e-headlamp.sh b/scripts/deploy-e2e-headlamp.sh index 8dad3d6..dceee44 100755 --- a/scripts/deploy-e2e-headlamp.sh +++ b/scripts/deploy-e2e-headlamp.sh @@ -88,7 +88,7 @@ spec: app.kubernetes.io/instance: ${E2E_RELEASE} spec: serviceAccountName: ${E2E_RELEASE} - automountServiceAccountToken: false + automountServiceAccountToken: true securityContext: {} containers: - name: headlamp