A chart for deploying bitwarden
helm upgrade bitwarden charts/bitwarden --install -f values.yaml
Your values file needs to contain a bunch of stuff, hopefully ill make it easier to generate the values in the future
mssql:
saPassword: a password
certificates:
issuer: letsencrypt-prod-dns
kind: Issuer
type: dns01
options:
provider: prod-dns
global:
host: bitwarden.example.com
internalIdentityKey: Generated key
duoKey: Generated key
installationId: Generated uuid install id
installationKey: and matching key
mail:
replyToEmail: [email protected]
host: exmaple.com
username: [email protected]
password: a password
ssl: "true"
port: "587"
useDefaultCredentials: "false"
disableUserRegistration: "false"
admins: "[email protected]"
identity:
certificatePassword: a cert pass
pfx: your cert in pfx format