mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[bitwardenrs] [FIX] Add SMTP password (#780)
* [FIX] Add SMTP password Adding the support of SMTP password * Update charts/stable/bitwardenrs/templates/configmap.yaml Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com> * Update Chart.yaml Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
This commit is contained in:
parent
ea6d401f66
commit
ddc0f220df
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: bitwardenrs
|
name: bitwardenrs
|
||||||
description: Unofficial Bitwarden compatible server written in Rust
|
description: Unofficial Bitwarden compatible server written in Rust
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.5
|
version: 2.1.6
|
||||||
appVersion: 1.18.0
|
appVersion: 1.18.0
|
||||||
keywords:
|
keywords:
|
||||||
- bitwarden
|
- bitwarden
|
||||||
|
@ -29,6 +29,9 @@ data:
|
|||||||
{{- if and (not .existingSecret.enabled) .user }}
|
{{- if and (not .existingSecret.enabled) .user }}
|
||||||
SMTP_USERNAME: {{ .user | quote }}
|
SMTP_USERNAME: {{ .user | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if and (not .existingSecret.enabled) .password }}
|
||||||
|
SMTP_PASSWORD: {{ .password | quote }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.bitwardenrs.yubico }}
|
{{- with .Values.bitwardenrs.yubico }}
|
||||||
|
Loading…
Reference in New Issue
Block a user