Skip to content

Commit

Permalink
fix: templating
Browse files Browse the repository at this point in the history
  • Loading branch information
drikqlis committed Mar 14, 2024
1 parent 1c807ea commit 637beda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
- https://github.com/guerzon/vaultwarden
- https://github.com/dani-garcia/vaultwarden
appVersion: "1.30.5-alpine"
version: 0.22.12
version: 0.22.13
kubeVersion: ">=1.12.0-0"

dependencies:
Expand Down
4 changes: 1 addition & 3 deletions charts/vaultwarden/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{{- if not ( .Values.smtp.existingSecret ) }}
apiVersion: v1
kind: Secret
metadata:
name: {{ include "vaultwarden.fullname" . }}
name: {{ - include "vaultwarden.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/component: vaultwarden
Expand All @@ -13,4 +12,3 @@ data:
SMTP_PASSWORD: {{ .Values.smtp.password.value | b64enc | quote }}
SMTP_USERNAME: {{ .Values.smtp.username.value | b64enc | quote }}
{{- end }}
{{- end }}

0 comments on commit 637beda

Please sign in to comment.