From df0511148cb0eaebdd5328724f6b643d0a396eae Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 21 Mar 2026 19:03:39 +0000 Subject: [PATCH] fix: unsuspend tailscale operator for stable baseline --- infrastructure/addons/kustomization-tailscale-operator.yaml | 2 +- infrastructure/addons/kustomization-tailscale-proxyclass.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/addons/kustomization-tailscale-operator.yaml b/infrastructure/addons/kustomization-tailscale-operator.yaml index 4472e14..b7ee4ed 100644 --- a/infrastructure/addons/kustomization-tailscale-operator.yaml +++ b/infrastructure/addons/kustomization-tailscale-operator.yaml @@ -12,4 +12,4 @@ spec: path: ./infrastructure/addons/tailscale-operator wait: true timeout: 5m - suspend: true + suspend: false diff --git a/infrastructure/addons/kustomization-tailscale-proxyclass.yaml b/infrastructure/addons/kustomization-tailscale-proxyclass.yaml index 7154a76..20052de 100644 --- a/infrastructure/addons/kustomization-tailscale-proxyclass.yaml +++ b/infrastructure/addons/kustomization-tailscale-proxyclass.yaml @@ -14,4 +14,4 @@ spec: - name: addon-tailscale-operator wait: true timeout: 5m - suspend: true + suspend: false