Open hall opened 11 months ago
I've branched from this PR and added a guard to not override KUBECONFIG coming from the user environment: https://github.com/hall/kubenix/pull/50
The quotation is tricky because it's inside runCommand
and inside nix, the rendered script becomes:
export KUBECONFIG=${KUBECONFIG:-asd}
when kubeconfig = asd
Thanks @zarelit! Apologies for sitting on it so long but your change looks great.
closes #46