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