Skip to content

Commit

Permalink
ci: fix kubeconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Oct 3, 2024
1 parent f4f4fcc commit f2eddc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ in
name = "${final.namespace}-cardanojs";
chart = ./Chart.yaml;
context = "eks-devs";
kubeconfig = "$PRJ_ROOT/.kube/${final.region}";
kubeconfig = ../../local/kubeconfig + "/${final.region}";

utils = {
mkPodEnv = lib.mapAttrsToList (
Expand Down

0 comments on commit f2eddc2

Please sign in to comment.