Gallardot commented on issue #488: URL: https://github.com/apache/apisix-helm-chart/issues/488#issuecomment-1448089504
@yujinchoi-94 I can't reproduce it. It works fine in my environment. an example ``` helm install kube-prometheus-stack -n apisix prometheus-community/kube-prometheus-stack --create-namespace helm upgrade --install apisix apisix/apisix --create-namespace --namespace apisix --set dashboard.enabled=true --set ingress-controller.enabled=true --set ingress-controller.config.apisix.serviceNamespace=apisix --set serviceMonitor.enabled=true --set serviceMonitor.labels.release=kube-prometheus-stack ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
