Skip to content

Commit 88231f7

Browse files
author
Lily He
committed
configure Voyager to only watch Voyager ingress class
1 parent fe8b69b commit 88231f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubernetes/samples/charts/util/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ function createVoyager() {
2525
helm install appscode/voyager --name voyager-operator --version 7.4.0 \
2626
--namespace voyager \
2727
--set cloudProvider=baremetal \
28-
--set apiserver.enableValidatingWebhook=false
28+
--set apiserver.enableValidatingWebhook=false \
29+
--set ingressClass=voyager
2930
else
3031
echo "Voyager operator is already installed."
3132
fi

0 commit comments

Comments
 (0)