Configuration templating using environment variables #281
Labels
work completed
Work for this has been completed but it may not yet be merged / released
Milestone
I'm deploying glance to my homelab kubernetes cluster, which I manage with fluxcd and a public GitHub repo. Some of my RSS feeds are private URLs from subscriptions, which means I cannot add them verbatim to the config file, and I'd rather not encrypt the entire config file.
What many other projects with complex config files do is process them through some sort of template engine and import environment variables as template/context variables. Kubernetes secrets can be used as a source of environment variables for pods/containers.
text/template would be more than enough.
The text was updated successfully, but these errors were encountered: