Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco authored Apr 8, 2024
1 parent 2b3cfc6 commit ea0a6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/app-repo/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
echo "Setting KUBECONFIG=$KUBECONFIG"
echo
echo "This is done to sandbox Kuberenetes tools (kubectl, skaffold, etc) to the local K8s cluster for this project."
echo "If you would like to use an existing context or make the local cluster usable from other shells"
echo "then run 'unset KUBECONFIG' before creating the local cluster."
echo "If you would like to use a local K8s cluster across multiple projects, then set 'KUBECONFIG' to a common path"
echo "in both projects before running the command to create the local cluster."
'';
};
};
Expand Down

0 comments on commit ea0a6fd

Please sign in to comment.