diff --git a/job-node.yaml b/job-node.yaml index 29efc90..81767bb 100644 --- a/job-node.yaml +++ b/job-node.yaml @@ -18,7 +18,7 @@ spec: - name: etc-kubernetes mountPath: /etc/kubernetes # /usr/bin is mounted to access kubectl / kubelet, for auto-detecting the Kubernetes version. - # You can omit this mount if you specify --version as part of the command. + # You can omit this mount if you specify --version as part of the command. - name: usr-bin mountPath: /usr/bin restartPolicy: Never