gcloud-lab/infrastructure/controllers/base/tailscale/release-operator.yaml
sirius0xdev 69db1cf1f2 Remove invalid Tailscale operator tags
The tag:k8s-operator and tag:tailnet tags don't exist in tailnet ACLs,
causing 400 errors on key creation. Set tags to empty for now.
2026-05-04 03:59:08 +00:00

43 lines
928 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: tailscale-operator
namespace: tailscale
spec:
interval: 1h
timeout: 15m
chart:
spec:
chart: tailscale-operator
version: "1.96.x"
sourceRef:
kind: HelmRepository
name: tailscale
namespace: tailscale
interval: 12h
targetNamespace: tailscale
install:
createNamespace: true
crds: Create
upgrade:
crds: CreateReplace
values:
operatorConfig:
tags: []
operatorSecretRef:
name: operator
key: authkey
logFile: "/var/log/tailscale.log"
waitForLinkLocal: false
useOAuth: false
useOIDC: false
podSecurityContext: {}
securityContext:
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
webhook:
enabled: false