Skip to content

Commit

Permalink
fix: configmap flow control (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagon610 authored Mar 1, 2024
1 parent 04820b4 commit dcb29e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.22.3
version: 0.22.4
kubeVersion: ">=1.12.0-0"
4 changes: 2 additions & 2 deletions charts/vaultwarden/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ data:
REQUIRE_DEVICE_EMAIL: {{ .Values.requireDeviceEmail | quote }}
TRASH_AUTO_DELETE_DAYS: {{ .Values.trashAutoDeleteDays | quote }}
{{- with .Values.timeZone }}
TZ: {{ .Values.timeZone | quote }}
TZ: {{ . | quote }}
{{- end }}
{{- with .Values.hibpApiKey }}
HIBP_API_KEY: {{ . | quote }}
{{- end }}
{{- end }}
{{- with .Values.orgAttachmentLimit }}
ORG_ATTACHMENT_LIMIT: {{ . | quote }}
{{- end }}
Expand Down

0 comments on commit dcb29e4

Please sign in to comment.