Skip to content

Commit

Permalink
Fixed extraSecrets (#97)
Browse files Browse the repository at this point in the history
* Fixed extraSecrets

* Bumped chart version to 0.23.1
  • Loading branch information
jaywor1 committed Jul 7, 2024
1 parent 8528b7d commit dab41d2
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 @@ -13,5 +13,5 @@ maintainers:
- name: guerzon
email: [email protected]
url: https://github.com/guerzon
version: 0.23.0
version: 0.23.1
kubeVersion: ">=1.12.0-0"
2 changes: 1 addition & 1 deletion charts/vaultwarden/templates/_podSpec.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ containers:
- name: {{ .key }}
valueFrom:
secretKeyRef:
name: {{ include "vaultwarden.fullname" . }}
name: {{ include "vaultwarden.fullname" $ }}
key: {{ .key }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit dab41d2

Please sign in to comment.