reorganizes env vars and adds new ones #4

Merged
jessebot merged 1 commit from reorg-env-vars-and-add-new-ones into main 2026-08-24 10:44:08 +00:00
Owner

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 funkwhale section of the values.yaml for complete details of all the new env vars :)

(this also caught an error where the deployment-api metadata.name was wrong)

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`](https://dev.funkwhale.audio/funkwhale/funkwhale/-/blob/develop/deploy/env.prod.sample?ref_type=heads), 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 `funkwhale` section of the values.yaml for complete details of all the new env vars :) (this also caught an error where the deployment-api `metadata.name` was wrong)
reorganizes env vars and adds new ones
All checks were successful
Helm Lint / lint (pull_request) Successful in 1s
Check PR Labels / check-labels (pull_request) Successful in 0s
Check PR Labels / check-pr-labels (pull_request) Successful in 0s
Bump Semver / check-labels (pull_request) Successful in 0s
Bump Semver / check-pr-labels (pull_request) Successful in 0s
Bump Semver / bump-semver-1 (pull_request) Successful in 16s
Bump Semver / bump-semver (pull_request) Successful in 0s
08b7b8f9cd
jessebot deleted branch reorg-env-vars-and-add-new-ones 2026-08-24 10:44:08 +00:00
Sign in to join this conversation.
No description provided.