From d7dda6b562240505fff63223bd92fd7427c4c7a5 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 11 Feb 2024 17:14:54 +0000 Subject: [PATCH] Have I broken it or does it work if infra is gone? --- 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 c75767b..d377412 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