nixos/kubernetes: use kubectl from kubernetes
- also clarify kubectl wrapper naming
This commit is contained in:
@@ -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}
|
||||
'';
|
||||
})]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user