Skip to content

Commit

Permalink
fixup! Enable MLS in helm_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Dec 12, 2022
1 parent 998a3f5 commit 8de4adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/brig/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ data:
{{- if $.Values.secrets.dpopSigKeyBundle }}
setPublicKeyBundle: /etc/wire/brig/secrets/dpop_sig_key_bundle.pem
{{- end }}
{{- if $.setEnableMLS }}
{{- if .setEnableMLS }}
setEnableMLS: {{ .setEnableMLS }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 8de4adb

Please sign in to comment.