From b97a9f6e8c3d545cc4560f6d438c651ee20caa5d Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Sun, 23 Nov 2025 21:14:11 +0000 Subject: [PATCH] chore: removed stale files --- shell.nix | 1 + testing1/clusters/testing/apps.yaml | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 testing1/clusters/testing/apps.yaml diff --git a/shell.nix b/shell.nix index b8cc7e7..97c5f18 100644 --- a/shell.nix +++ b/shell.nix @@ -18,6 +18,7 @@ pkgs.mkShell { echo " - kubectl" export TALOSCONFIG="$(pwd)/testing1/.talosconfig" + export KUBECONFIG="$(pwd)/testing1/kubeconfig" # Source your Home Manager generated Zsh configuration # This assumes your home-manager configuration is applied to your user. # The exact path might vary slightly based on your home-manager setup. diff --git a/testing1/clusters/testing/apps.yaml b/testing1/clusters/testing/apps.yaml deleted file mode 100644 index b966c3e..0000000 --- a/testing1/clusters/testing/apps.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: apps - namespace: flux-system -spec: - interval: 5m - path: ./apps - prune: true - sourceRef: - kind: GitRepository - name: flux-system - wait: true