Skip to content

Commit 82887f0

Browse files
authored
Fix typo from 'k8d' to 'k8s' in multus.yaml
There is mention of k8d instead of k8s in the code which needs to be corrected
1 parent d3ad345 commit 82887f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bindata/network/multus/multus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)