nocodb icon indicating copy to clipboard operation
nocodb copied to clipboard

🔦 Feature: Support annotations in the service and other resources in nocodb helm chart

Open marccampbell opened this issue 3 years ago • 2 comments

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

marccampbell avatar Feb 15 '23 00:02 marccampbell

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.

zzvara avatar Sep 28 '24 14:09 zzvara

Here is one - we will soon provide a helm of our own too!

o1lab avatar Sep 28 '24 14:09 o1lab