File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ spec:
451451 function generateKubeConfig {
452452 # Check if we're running as a k8s pod.
453453 if [ -f "$SERVICE_ACCOUNT_PATH/token" ]; then
454- # We're running as a k8d pod - expect some variables.
454+ # We're running as a k8s pod - expect some variables.
455455 if [ -z ${KUBERNETES_SERVICE_HOST} ]; then
456456 error "KUBERNETES_SERVICE_HOST not set"; exit 1;
457457 fi
@@ -827,7 +827,7 @@ spec:
827827 function generateKubeConfig {
828828 # Check if we're running as a k8s pod.
829829 if [ -f "$SERVICE_ACCOUNT_PATH/token" ]; then
830- # We're running as a k8d pod - expect some variables.
830+ # We're running as a k8s pod - expect some variables.
831831 if [ -z ${KUBERNETES_SERVICE_HOST} ]; then
832832 error "KUBERNETES_SERVICE_HOST not set"; exit 1;
833833 fi
You can’t perform that action at this time.
0 commit comments