Skip to content

Commit 1bbeb67

Browse files
committed
Update default controller name
Change the default value of `controller_name` from `gateway.api7.io/api7-ingress-controller` to `apisix.apache.org/api7-ingress-controller` to reflect the updated domain.
1 parent 5efb46a commit 1bbeb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/manifests/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ data:
337337
config.yaml: |
338338
log_level: "debug"
339339
340-
controller_name: {{ .ControllerName | default "gateway.api7.io/api7-ingress-controller" }}
340+
controller_name: {{ .ControllerName | default "apisix.apache.org/api7-ingress-controller" }}
341341
342342
leader_election_id: "api7-ingress-controller-leader"
343343
---

0 commit comments

Comments
 (0)