Revolyssup commented on issue #2138: URL: https://github.com/apache/apisix-ingress-controller/issues/2138#issuecomment-1899806219
@javsalgar Though the controller has read access to the secret. It does not react to it's events until the secret is part of the namespaces being watched. You can control which namespaces should be watched by adding namespace selector[1](helm chart) and then only the namespaces with that label will be watched. 1. <img width="498" alt="Screenshot 2024-01-19 at 11 13 52 AM" src="https://github.com/apache/apisix-ingress-controller/assets/43276904/2a91189b-8dbd-42f8-b9f3-8f9a98cf699e"> https://github.com/apache/apisix-ingress-controller/blob/96510b68462e1a94370ed1d537beb24f2c16e234/cmd/ingress/ingress.go#L178 -- 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]
