mstefany opened a new pull request, #697:
URL: https://github.com/apache/apisix-helm-chart/pull/697

   Allowing to add annotations for Deployment object of 
`apisix-ingress-controller` makes usage of 3rd party tools like `reloader` 
possible, e.g.:
   
   ```
   apiVersion: apps/v1
   kind: Deployment
   metadata:
     annotations:
       meta.helm.sh/release-name: ingress-apisix
       meta.helm.sh/release-namespace: ingress-apisix
       reloader.stakater.com/auto: "true"
   [...]
   ```
   
   **Use case**: We are delivering admin key to Kubernetes using 
`external-secrets-operator` and then passing into apisix via environment 
variable, and we want ingress controllers to be automatically reloaded when 
update of secret happens. For this purpose, we need to be able to add 
`reloader` annotation to the deployment object.


-- 
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]

Reply via email to