diff --git a/infrastructure/controllers/base/tailscale/release-operator.yaml b/infrastructure/controllers/base/tailscale/release-operator.yaml index 94e73d8..b171e27 100644 --- a/infrastructure/controllers/base/tailscale/release-operator.yaml +++ b/infrastructure/controllers/base/tailscale/release-operator.yaml @@ -25,11 +25,8 @@ spec: # Operator configuration operator: # Tag to use for pods created by the operator (e.g., tailnet) - tags: [] + tags: [tailnet] # Auth key from secret - PLACEHOLDER, replace with real key - # Create secret: kubectl create secret generic tailscale-operator-authkey \ - # -n tailscale --from-literal=authkey=tskey-abc123... \ - # --dry-run=client -o yaml | kubectl apply -n tailscale operatorSecretRef: name: tailscale-operator-authkey key: authkey