mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-11 23:50:06 +01:00
allow kubeconfig to not be set (#65)
Co-authored-by: Cody McGinnis <cody@mcginnis.dev>
This commit is contained in:
parent
060f475729
commit
b5dc95c847
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ symlinkJoin {
|
|||
postBuild = ''
|
||||
wrapProgram $out/bin/kubenix \
|
||||
--set PATH "$out/bin" \
|
||||
--run 'export KUBECONFIG=''${KUBECONFIG:-${kubeconfig}}' \
|
||||
--run 'export KUBECONFIG=''${KUBECONFIG:-${toString kubeconfig}}' \
|
||||
--set KUBECTL_EXTERNAL_DIFF '${diff}' \
|
||||
--set MANIFEST '${result}'
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue