You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/06/10 01:45:42 UTC

[GitHub] [apisix-helm-chart] tokers commented on a diff in pull request #292: feat(ingress): Allow to use Helm's release namespace. Closes #291.

tokers commented on code in PR #292:
URL: https://github.com/apache/apisix-helm-chart/pull/292#discussion_r894088076


##########
charts/apisix-ingress-controller/values.yaml:
##########
@@ -122,8 +122,10 @@ config:
     enableGatewayAPI: false
   # APISIX related configurations.
   apisix:
-    serviceName: apisix-admin
-    serviceNamespace: ingress-apisix
+    # The name of the APISIX admin service. Leave it empty to use <Release name>-apisix-admin.
+    serviceName: ""

Review Comment:
   OK.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org