commit ec25f830e897c02915acde1bfa2a69f5ef0434b7 parent f8927f16fa7ef74c5453fb54a244c2a39e3ed290 Author: Flux <> Date: Sun, 3 Aug 2025 15:59:57 +0200 Add Flux sync manifests Diffstat:
| M | clusters/talos_cluster/flux-system/gotk-sync.yaml | | | 33 | +++++++++++++++++---------------- |
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/clusters/talos_cluster/flux-system/gotk-sync.yaml b/clusters/talos_cluster/flux-system/gotk-sync.yaml @@ -1,26 +1,27 @@ # This manifest was generated by flux. DO NOT EDIT. +--- apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: - name: flux-system - namespace: flux-system + name: flux-system + namespace: flux-system spec: - interval: 1m0s - ref: - branch: main - secretRef: - name: flux-system - url: ssh://git@github.com/MTRNord/cluster + interval: 1m0s + ref: + branch: main + secretRef: + name: flux-system + url: ssh://git@github.com/MTRNord/cluster --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: - name: flux-system - namespace: flux-system + name: flux-system + namespace: flux-system spec: - interval: 10m0s - path: ./clusters/talos_cluster - prune: true - sourceRef: - kind: GitRepository - name: flux-system + interval: 10m0s + path: ./clusters/talos_cluster + prune: true + sourceRef: + kind: GitRepository + name: flux-system