This is frustratingly necessary
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
9cd9b6fdfe
commit
3c3107b021
1 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,8 @@ spec:
|
|||
- mkdir -p /persist/var/lib/tailscale; touch /run/xtables.lock
|
||||
name: ts-prep
|
||||
securityContext:
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||
|
@ -85,8 +85,8 @@ spec:
|
|||
image: ghcr.io/tailscale/tailscale:v1.80.3
|
||||
name: ts-sidecar
|
||||
securityContext:
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||
|
|
Loading…
Add table
Reference in a new issue