Add Flux GitRepository and Kustomization resources to enable automated cluster synchronization from Gitea repository. - GitRepository: monitors ssh://git@10.0.1.10/0xWheatyz/Talos - Kustomization: syncs testing1/first-cluster/ to cluster - Interval: 1m for git polling, 5m for reconciliation - Prune enabled for automatic cleanup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
126 B
YAML
6 lines
126 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- gitrepository.yaml
|
|
- kustomization-sync.yaml
|