From 08c641073bbe3cc02ed7bdc2ad363315d9d132b5 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Fri, 16 Feb 2024 20:40:47 +0000 Subject: [PATCH] Remove apps and infra again --- clusters/talos/apps.yaml | 14 -------------- clusters/talos/infrastructure.yaml | 14 -------------- clusters/talos/kustomization.yaml | 5 ----- 3 files changed, 33 deletions(-) delete mode 100644 clusters/talos/apps.yaml delete mode 100644 clusters/talos/infrastructure.yaml delete mode 100644 clusters/talos/kustomization.yaml diff --git a/clusters/talos/apps.yaml b/clusters/talos/apps.yaml deleted file mode 100644 index b423764..0000000 --- a/clusters/talos/apps.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: apps - namespace: flux-system -spec: - interval: 1h - retryInterval: 1m - timeout: 5m - sourceRef: - kind: GitRepository - name: flux-system - path: ./apps - prune: true \ No newline at end of file diff --git a/clusters/talos/infrastructure.yaml b/clusters/talos/infrastructure.yaml deleted file mode 100644 index 19bcb7f..0000000 --- a/clusters/talos/infrastructure.yaml +++ /dev/null @@ -1,14 +0,0 @@ -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 \ No newline at end of file diff --git a/clusters/talos/kustomization.yaml b/clusters/talos/kustomization.yaml deleted file mode 100644 index c3eeac1..0000000 --- a/clusters/talos/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: -- infrastructure.yaml -- apps.yaml \ No newline at end of file