nixos/kubernetes: use package from config

This commit is contained in:
zowoq
2022-10-16 12:38:50 +10:00
parent d58290cffa
commit 6f983050bb
@@ -266,7 +266,7 @@ in
in
''
export KUBECONFIG=${clusterAdminKubeconfig}
${kubernetes}/bin/kubectl apply -f ${concatStringsSep " \\\n -f " files}
${top.package}/bin/kubectl apply -f ${concatStringsSep " \\\n -f " files}
'';
})]);