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:
|
|
|
|
|
# Operator configuration
|
2026-05-04 01:41:50 +00:00
|
|
|
operatorConfig:
|
2026-04-26 02:31:53 +00:00
|
|
|
# Tag to use for pods created by the operator (e.g., tailnet)
|
2026-05-04 01:17:40 +00:00
|
|
|
tags: [tailnet]
|
2026-04-26 02:31:53 +00:00
|
|
|
# Auth key from secret - PLACEHOLDER, replace with real key
|
|
|
|
|
operatorSecretRef:
|
|
|
|
|
name: tailscale-operator-authkey
|
|
|
|
|
key: authkey
|
|
|
|
|
logFile: "/var/log/tailscale.log"
|
|
|
|
|
# Don't block pod startup if Tailscale auth fails
|
|
|
|
|
waitForLinkLocal: false
|
|
|
|
|
# Disable webhook (optional)
|
|
|
|
|
webhook:
|
|
|
|
|
enabled: false
|