reorganizes env vars and adds new ones #4
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
oeng/funkwhale-chart!4
Loading…
Reference in a new issue
No description provided.
Delete branch "reorg-env-vars-and-add-new-ones"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Turns out there were way more env vars I missed in the docs here:
https://docs.funkwhale.audio/administrator/configuration/env-file.html
I was previously only looking at the
env.prod.sample, which is apparently years out of date 😅While I was at it, I moved all the non-secret env vars into a special ConfigMap to make them easier to keep track of. You can also now pass in an override for that entire ConfigMap (or use an existing k8s Secret instead).
Check out the
funkwhalesection of the values.yaml for complete details of all the new env vars :)(this also caught an error where the deployment-api
metadata.namewas wrong)