Skip to content

Commit

Permalink
fix(refactor): remove unused kubernetes clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
mokrinsky committed Dec 29, 2023
1 parent 0402e40 commit a22619b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/hm/k8s.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ in {
konfPath = "${config.home.homeDirectory}/.kube/konfs/store";
in {
"kubeconfig/argolab".path = "${konfPath}/argolab_default.yaml";
"kubeconfig/dbo".path = "${konfPath}/dbo_kvantera.yaml";
"kubeconfig/rlab".path = "${konfPath}/rlab_default.yaml";
"kubeconfig/lab".path = "${konfPath}/lab_default.yaml";
"kubeconfig/nl-k3s".path = "${konfPath}/nl-k3s_nl-k3s.yaml";
};
};

Expand Down

0 comments on commit a22619b

Please sign in to comment.