We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8902d54 commit 68d40f6Copy full SHA for 68d40f6
nix/cardano-services/deployments/default.nix
@@ -38,7 +38,7 @@ in
38
name = "${final.namespace}-cardanojs";
39
chart = ./Chart.yaml;
40
context = "eks-devs";
41
- kubeconfig = "$PRJ_ROOT/.kube/${final.region}";
+ kubeconfig = ./../../local/kubeconfig + "/${final.region}";
42
43
utils = {
44
mkPodEnv = lib.mapAttrsToList (
0 commit comments