Skip to content

Commit

Permalink
Further fix the YAML formatting for web pod's extraVolumes
Browse files Browse the repository at this point in the history
Extends on #131
  • Loading branch information
spijet committed Aug 29, 2024
1 parent e5d246f commit cefa9fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/web/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ spec:
path: ssl.conf
- key: system-config.js
path: system-config.js
{{- with .Values.web.extraVolumes }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.web.extraVolumes }}
{{- toYaml . | nindent 6 }}
{{- end }}

0 comments on commit cefa9fa

Please sign in to comment.