From f3e31a3c589183e773e984f0c1115fc4b3586cb7 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 11 Feb 2024 17:21:59 +0000 Subject: [PATCH] Definitely broken --- clusters/talos/infrastructure.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/clusters/talos/infrastructure.yaml b/clusters/talos/infrastructure.yaml index d377412..c75767b 100644 --- a/clusters/talos/infrastructure.yaml +++ b/clusters/talos/infrastructure.yaml @@ -1,15 +1,15 @@ -# apiVersion: kustomize.toolkit.fluxcd.io/v1 -# kind: Kustomization -# metadata: -# name: infrastructure -# namespace: flux-system -# spec: -# interval: 1h -# retryInterval: 1m -# timeout: 5m -# sourceRef: -# kind: GitRepository -# name: flux-system -# path: ./infrastructure -# prune: true -# wait: true \ No newline at end of file +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: infrastructure + namespace: flux-system +spec: + interval: 1h + retryInterval: 1m + timeout: 5m + sourceRef: + kind: GitRepository + name: flux-system + path: ./infrastructure + prune: true + wait: true \ No newline at end of file