Skip to content

Commit bdd667b

Browse files
committed
chore(workflow): change experimental_native_ingress to use_native_ingress
1 parent 0e7f2a0 commit bdd667b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/builder/templates/builder-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ spec:
1111
targetPort: 2223
1212
selector:
1313
app: drycc-builder
14-
{{ if .Values.global.experimental_native_ingress }}
14+
{{ if .Values.global.use_native_ingress }}
1515
type: "LoadBalancer"
1616
{{ end }}

charts/builder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ global:
1212
# Valid values are:
1313
# - true: The drycc controller will now create Kubernetes ingress rules for each app, and ingress rules will automatically be created for the controller itself.
1414
# - false: The default mode, and the default behavior of Drycc workflow.
15-
experimental_native_ingress: false
15+
use_native_ingress: false
1616
# Role-Based Access Control for Kubernetes >= 1.5
1717
use_rbac: false

0 commit comments

Comments
 (0)