File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ helm install openfunction openfunction/openfunction -n openfunction
222222| webhookService.ports[0].port | int | ` 443` | |
223223| webhookService.ports[0].targetPort | int | ` 9443` | |
224224| webhookService.type | string | ` " ClusterIP" ` | |
225- | revisionController.enable | bool | ` true ` | |
225+ | revisionController.enable | bool | ` false ` | |
226226| revisionController.image.repository | string | ` openfunction/revision-controller` | |
227227| revisionController.image.tag | string | ` v1.0.0` | |
228228| revisionController.image.pullPolicy | string | ` IfNotPresent` | |
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ contour:
175175 controllerName : " projectcontour.io/projectcontour/contour"
176176
177177revisionController :
178- enable : true
178+ enable : false
179179 image :
180180 repository : openfunction/revision-controller
181181 tag : v1.0.0
You can’t perform that action at this time.
0 commit comments