Skip to content

Commit 2cabe95

Browse files
committed
fix(workflow): cilium install error
1 parent 6181e8b commit 2cabe95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function install_network() {
226226
helm install cilium $CHARTS_URL/cilium \
227227
--set tunnel=geneve \
228228
--set operator.replicas=1 \
229-
--set bandwidthManager=true \
229+
--set bandwidthManager.enabled=true \
230230
--set kubeProxyReplacement=strict \
231231
--set k8sServiceHost=${KUBE_API_SERVER_ADDRESS:-$api_server_address} \
232232
--set k8sServicePort=${KUBE_API_SERVER_PORT:-"6443"} \

0 commit comments

Comments
 (0)