Skip to content

Commit

Permalink
Merge pull request #327 from tariq1890/update-kubecfg
Browse files Browse the repository at this point in the history
minor fix: update comment in whereabouts cni kubeconfig
  • Loading branch information
dougbtv committed May 26, 2023
2 parents 87b0e84 + ccda994 commit d15b4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install-cni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [ -f "$SERVICE_ACCOUNT_PATH/token" ]; then
touch $WHEREABOUTS_KUBECONFIG
chmod ${KUBECONFIG_MODE:-600} $WHEREABOUTS_KUBECONFIG
cat > $WHEREABOUTS_KUBECONFIG <<EOF
# Kubeconfig file for Multus CNI plugin.
# Kubeconfig file for the Whereabouts CNI plugin.
apiVersion: v1
kind: Config
clusters:
Expand Down

0 comments on commit d15b4d5

Please sign in to comment.