Skip to content

Commit

Permalink
fix indent extraVolume in web deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic-jamespot committed Aug 23, 2024
1 parent 134b720 commit b9835b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ spec:
- key: system-config.js
path: system-config.js
{{- with .Values.web.extraVolumes }}
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 6 }}
{{- end }}

0 comments on commit b9835b2

Please sign in to comment.