phsmith / rundeck_exporter

Rundeck Metrics Exporter
GNU General Public License v3.0
58 stars 25 forks source link

Add option for external secrets in helm chart #79

Closed langesven closed 10 months ago

langesven commented 10 months ago

This extends the chart with a custom configurable list of additional resources to make the use of external secrets operators easy.

Such a secret can then be referenced via envSecret to load environment variables from the secret into the container runtime environment to not have to maintain the rundeck token or user/password combination in plaintext configuration.

Also did some styling changes in the README as it was looking a bit wonky in the GitHub preview