wip: Match chart to k8s state

This commit is contained in:
2025-06-05 13:52:36 +02:00
parent 1bb720840d
commit 9249f0eb18
82 changed files with 28211 additions and 329 deletions
+2
View File
@@ -21,6 +21,7 @@ pkgs.mkShellNoCC {
name = "clstr";
packages = with pkgs; [
# nix helpers
npins
nix-converter
@@ -29,6 +30,7 @@ pkgs.mkShellNoCC {
helmfileWrap
helmfile-nix
# kubectl tools
kubectl-cnpg
kubectl-neat
];