🔦 Feature: Support annotations in the service and other resources in nocodb helm chart
Please confirm if feature request does NOT exists already ?
- [X] I confirm there is no existing issue for this
Describe the usecase for the feature
It's common for Helm charts to support user-defined annotations that will be passed into services, deployments, and other resources. This is frequently used by other tools (operators, etc) to perform operations.
For example, I'd like to use the tailscale operator to expose nocodb over my tailnet, but I need to be able to provide 2 annotations to the chart in the values.yaml file to do this.
Suggested Solution
Add the templates and values, defaulting to {}. This will be backward compatible and only expose the functionality if invoked.
Additional Context
No response
The existing Helm chart in this repository is of a quality that suggests it was generated by a GPT 3.5.
The Secret will not be generated unless you set extraSecretEnvs, which then will conflict with a definition from the template.
I suggest a complete replacement for this chart or asking the Bitnami guys to maintain one.
Here is one - we will soon provide a helm of our own too!