Merge pull request #91 from sirius0xdev/fix/tailscale-timeout
Fix Tailscale operator HelmRelease for v1.96.x + PodSecurity
This commit is contained in:
commit
59cd6af863
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: tailscale-operator
|
chart: tailscale-operator
|
||||||
version: "1.86.x"
|
version: "1.96.x"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: tailscale
|
name: tailscale
|
||||||
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
crds: CreateReplace
|
crds: CreateReplace
|
||||||
values:
|
values:
|
||||||
# Operator configuration
|
# Operator configuration
|
||||||
operator:
|
operatorConfig:
|
||||||
# Tag to use for pods created by the operator (e.g., tailnet)
|
# Tag to use for pods created by the operator (e.g., tailnet)
|
||||||
tags: [tailnet]
|
tags: [tailnet]
|
||||||
# Auth key from secret - PLACEHOLDER, replace with real key
|
# Auth key from secret - PLACEHOLDER, replace with real key
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue