nixos/kubernetes: use package from config

This commit is contained in:
zowoq 2022-10-16 09:08:19 +10:00
parent d58290cffa
commit 6f983050bb

View File

@ -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}
'';
})]);