feat: Add Plume Staging Chart

This commit is contained in:
2025-06-19 14:07:34 +02:00
parent 274e06e759
commit 07d1f51dab
23 changed files with 804 additions and 9 deletions
+2 -1
View File
@@ -22,6 +22,7 @@ pkgs.mkShellNoCC {
packages = with pkgs; [
# nix helpers
just
npins
nix-converter
@@ -35,5 +36,5 @@ pkgs.mkShellNoCC {
kubectl-neat
];
ARGOCD_ENV_CLUSTER_NAME = "oceanbox";
ARGOCD_ENV_CLUSTER_NAME = "ekman";
}