21 lines
463 B
YAML
21 lines
463 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: addon-tailscale-operator
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: platform
|
|
path: ./infrastructure/addons/tailscale-operator
|
|
wait: false
|
|
healthChecks:
|
|
- apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
name: tailscale-operator
|
|
namespace: flux-system
|
|
timeout: 5m
|
|
suspend: false
|