nixos/kubernetes: use kubectl from kubernetes

- also clarify kubectl wrapper naming
This commit is contained in:
zowoq
2022-02-16 10:05:14 +10:00
parent 43cc6e3246
commit ec2028eb3c
3 changed files with 5 additions and 5 deletions

View File

@@ -266,7 +266,7 @@ in
in
''
export KUBECONFIG=${clusterAdminKubeconfig}
${kubectl}/bin/kubectl apply -f ${concatStringsSep " \\\n -f " files}
${kubernetes}/bin/kubectl apply -f ${concatStringsSep " \\\n -f " files}
'';
})]);