Skip to content

Commit f2eddc2

Browse files
ci: fix kubeconfig path
1 parent f4f4fcc commit f2eddc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cardano-services/deployments/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ in
4242
name = "${final.namespace}-cardanojs";
4343
chart = ./Chart.yaml;
4444
context = "eks-devs";
45-
kubeconfig = "$PRJ_ROOT/.kube/${final.region}";
45+
kubeconfig = ../../local/kubeconfig + "/${final.region}";
4646

4747
utils = {
4848
mkPodEnv = lib.mapAttrsToList (

0 commit comments

Comments
 (0)