From d0be48b65c196e66bf5bf3e808cd5b03cec3ecdc Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 25 Apr 2026 21:21:34 +0000 Subject: [PATCH] fix: gate Tailscale addon on Helm release --- .../addons/kustomization-tailscale-operator.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/infrastructure/addons/kustomization-tailscale-operator.yaml b/infrastructure/addons/kustomization-tailscale-operator.yaml index b7ee4ed..44a6dd4 100644 --- a/infrastructure/addons/kustomization-tailscale-operator.yaml +++ b/infrastructure/addons/kustomization-tailscale-operator.yaml @@ -10,6 +10,11 @@ spec: kind: GitRepository name: platform path: ./infrastructure/addons/tailscale-operator - wait: true + wait: false + healthChecks: + - apiVersion: helm.toolkit.fluxcd.io/v2 + kind: HelmRelease + name: tailscale-operator + namespace: flux-system timeout: 5m suspend: false