2026-04-26 02:31:53 +00:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
|
|
|
kind: HelmRelease
|
|
|
|
|
metadata:
|
|
|
|
|
name: tailscale-operator
|
|
|
|
|
namespace: tailscale
|
|
|
|
|
spec:
|
|
|
|
|
interval: 1h
|
2026-05-04 00:50:43 +00:00
|
|
|
timeout: 15m
|
2026-04-26 02:31:53 +00:00
|
|
|
chart:
|
|
|
|
|
spec:
|
|
|
|
|
chart: tailscale-operator
|
2026-05-04 01:41:50 +00:00
|
|
|
version: "1.96.x"
|
2026-04-26 02:31:53 +00:00
|
|
|
sourceRef:
|
|
|
|
|
kind: HelmRepository
|
|
|
|
|
name: tailscale
|
|
|
|
|
namespace: tailscale
|
|
|
|
|
interval: 12h
|
|
|
|
|
targetNamespace: tailscale
|
|
|
|
|
install:
|
|
|
|
|
createNamespace: true
|
|
|
|
|
crds: Create
|
|
|
|
|
upgrade:
|
|
|
|
|
crds: CreateReplace
|
|
|
|
|
values:
|
2026-05-04 01:41:50 +00:00
|
|
|
operatorConfig:
|
2026-05-04 01:17:40 +00:00
|
|
|
tags: [tailnet]
|
2026-04-26 02:31:53 +00:00
|
|
|
operatorSecretRef:
|
|
|
|
|
name: tailscale-operator-authkey
|
|
|
|
|
key: authkey
|
|
|
|
|
logFile: "/var/log/tailscale.log"
|
|
|
|
|
waitForLinkLocal: false
|
2026-05-04 02:26:09 +00:00
|
|
|
useOAuth: false
|
|
|
|
|
useOIDC: false
|
|
|
|
|
podSecurityContext:
|
2026-05-04 02:54:27 +00:00
|
|
|
runAsUser: 0
|
2026-05-04 02:26:09 +00:00
|
|
|
securityContext:
|
|
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
|
seccompProfile:
|
|
|
|
|
type: RuntimeDefault
|
|
|
|
|
capabilities:
|
|
|
|
|
drop:
|
|
|
|
|
- ALL
|
2026-04-26 02:31:53 +00:00
|
|
|
webhook:
|
|
|
|
|
enabled: false
|