inveniosoftware / helm-invenio

Helm charts for deploying an Invenio instance
https://helm-invenio.readthedocs.io
7 stars 19 forks source link

flower: toggle secret via flower.enabled #120

Closed lindhe closed 5 months ago

lindhe commented 5 months ago

Description

All other Flower components has logic that disables creation of the objects if flower.enabled is not true. This change adds that logic to Flower's Secret too.

Checklist

Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:

Third-party code

If you've added third-party code (copy/pasted or new dependencies), please reach out to an architect.

Reminder

By using GitHub, you have already agreed to the GitHub’s Terms of Service including that:

  1. You license your contribution under the same terms as the current repository’s license.
  2. You agree that you have the right to license your contribution under the current repository’s license.
lindhe commented 5 months ago

Hold up, something's wrong when I render the template. I'll fix it.

lindhe commented 5 months ago

Found a typo. Fixed it now and templates renders like they should.