Skip to content

Commit 1875dfb

Browse files
committed
Add automountServiceAccountToken to tailscale-gateway deployment for enhanced security
1 parent feabe44 commit 1875dfb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clusters/common/apps/keiretsu/tailscale-gateway/envoyproxy.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ spec:
88
type: Kubernetes
99
kubernetes:
1010
envoyDeployment:
11+
patch:
12+
type: StrategicMerge
13+
value:
14+
spec:
15+
template:
16+
spec:
17+
automountServiceAccountToken: true
1118
replicas: 3
1219
pod:
1320
annotations:

0 commit comments

Comments
 (0)