2026-03-26 02:52:49 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
metadata:
|
|
|
|
|
name: addon-traefik
|
|
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
interval: 10m
|
2026-03-26 02:55:37 +00:00
|
|
|
path: .
|
2026-03-26 02:52:49 +00:00
|
|
|
prune: true
|
|
|
|
|
sourceRef:
|
|
|
|
|
kind: GitRepository
|
2026-03-26 02:55:37 +00:00
|
|
|
name: platform
|
2026-03-26 02:52:49 +00:00
|
|
|
dependsOn:
|
|
|
|
|
- name: addon-tailscale-operator
|