File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -436,10 +436,10 @@ retry helm upgrade --install csghub csghub/csghub \
436
436
--set global.ingress.domain=" $DOMAIN " \
437
437
--set global.ingress.service.type=" $INGRESS_SERVICE_TYPE " \
438
438
--set ingress-nginx.controller.service.type=" $INGRESS_SERVICE_TYPE " \
439
- --set global.deploy. knative.serving.services[0].type=" $KOURIER_SERVICE_TYPE " \
440
- --set global.deploy. knative.serving.services[0].domain=" $KNATIVE_INTERNAL_DOMAIN " \
441
- --set global.deploy. knative.serving.services[0].host=" $KNATIVE_INTERNAL_HOST " \
442
- --set global.deploy. knative.serving.services[0].port=" $KNATIVE_INTERNAL_PORT " \
439
+ --set global.knative.serving.services[0].type=" $KOURIER_SERVICE_TYPE " \
440
+ --set global.knative.serving.services[0].domain=" $KNATIVE_INTERNAL_DOMAIN " \
441
+ --set global.knative.serving.services[0].host=" $KNATIVE_INTERNAL_HOST " \
442
+ --set global.knative.serving.services[0].port=" $KNATIVE_INTERNAL_PORT " \
443
443
$EXTRA_ARGS | tee ./login.txt
444
444
445
445
# ###################################################################################
You can’t perform that action at this time.
0 commit comments