fix: gate Tailscale addon on Helm release
This commit is contained in:
@@ -10,6 +10,11 @@ spec:
|
|||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: platform
|
name: platform
|
||||||
path: ./infrastructure/addons/tailscale-operator
|
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
|
timeout: 5m
|
||||||
suspend: false
|
suspend: false
|
||||||
|
|||||||
Reference in New Issue
Block a user