Skip to content

Commit

Permalink
fix: fix for secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
drikqlis committed Mar 14, 2024
1 parent fc4dca4 commit 4e924ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.15
version: 0.22.16
kubeVersion: ">=1.12.0-0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/vaultwarden/templates/_podSpec.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ containers:
name: {{ default (include "vaultwarden.fullname" .) .Values.smtp.existingSecret }}
key: {{ default "SMTP_PASSWORD" .Values.smtp.password.existingSecretKey }}
{{- end }}
{{- if .Values.adminToken }}
{{- if not ( eq .Values.adminToken.value "" ) }}
- name: ADMIN_TOKEN
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 4e924ca

Please sign in to comment.