Skip to content

Commit

Permalink
feat: support extra volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Sep 13, 2023
1 parent 5ca06bc commit f72ac2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bucketrepo/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ spec:
secret:
secretName: bucketrepo-config
{{- with .Values.extraVolumes }}
{{ toYaml .Values.extraVolumes | indent 6 }}
{{ toYaml . | indent 6 }}
{{- end }}

0 comments on commit f72ac2a

Please sign in to comment.