Skip to content

Commit e602442

Browse files
committed
do not install the revision controller by default
Signed-off-by: wanjunlei <[email protected]>
1 parent 68b26de commit e602442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` | |

openfunction/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ contour:
175175
controllerName: "projectcontour.io/projectcontour/contour"
176176

177177
revisionController:
178-
enable: true
178+
enable: false
179179
image:
180180
repository: openfunction/revision-controller
181181
tag: v1.0.0

0 commit comments

Comments
 (0)