You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/builder/values.yaml
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,13 @@ docker_registry: ""
7
7
# builder_pod_node_selector: "disk:ssd"
8
8
9
9
global:
10
-
# Experimental feature to toggle using kubernetes ingress instead of the Drycc router.
11
-
#
12
-
# Valid values are:
13
-
# - true: The drycc controller will now create Kubernetes ingress rules for each app, and ingress rules will automatically be created for the controller itself.
14
-
# - false: The default mode, and the default behavior of Drycc workflow.
15
-
use_ingress: false
16
10
# Role-Based Access Control for Kubernetes >= 1.5
17
11
use_rbac: false
12
+
13
+
ingress:
14
+
# Experimental feature to use Kubernetes ingress instead of Workflow's drycc-router.
15
+
#
16
+
# Valid values are:
17
+
# - true: drycc-router will not be deployed. Workflow will not be usable until a Kubernetes ingress controller is installed.
18
+
# - false: drycc-router will be deployed (default).
0 commit comments