emcellsoft opened a new pull request, #100: URL: https://github.com/apache/couchdb-helm/pull/100
Fixes a warning when overriding ingress.annotations. #### What this PR does / why we need it: overriding ingress.annotations in my application produced a warning when using helm. ``` coalesce.go:223: warning: destination for couch.couchdb.ingress.annotations is a table. Ignoring non-table value ([]) coalesce.go:223: warning: destination for couch.couchdb.ingress.annotations is a table. Ignoring non-table value ([]) coalesce.go:223: warning: destination for couch.couchdb.ingress.annotations is a table. Ignoring non-table value ([]) ``` ingress.annotations should be a map and not an array #### Special notes for your reviewer: #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields. - [ ] Chart Version bumped - [ ] e2e tests pass - [ ] Variables are documented in the README.md -- 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]
