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