Skip to content

Commit

Permalink
fix(helm): datastore tls volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanLonguet committed May 21, 2024
1 parent e9d955e commit 523d7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/burrito/templates/datastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
mountPath: /etc/burrito
readOnly: true
{{- if .tls.certManager.use }}
- name: burrito-tls
- name: burrito-datastore-tls
mountPath: /etc/burrito/tls
readOnly: true
{{- end }}
Expand Down

0 comments on commit 523d7d9

Please sign in to comment.