guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
152 stars 73 forks source link

Support extra environment variables #88

Closed davidfrickert closed 2 months ago

davidfrickert commented 6 months ago

Support adding extra environment variables via values.yaml. Makes the chart more flexible in case you want to configure specific env vars that are not set by the chart, or you want to override something set by the chart to another value.

gecube commented 5 months ago

implemented through #90