Skip to content

Commit

Permalink
incorrect indent
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 26, 2023
1 parent 80eb18c commit c69c447
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mviewer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mviewer
description: A Helm chart to deploy the mviewer stack
type: application
version: 0.2.3
version: 0.2.4
appVersion: "3.9"
maintainers:
- name: geOrchestra
Expand Down
2 changes: 1 addition & 1 deletion mviewer/templates/mviewer-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
mountPath: /usr/share/nginx/html/apps
{{- else if .Values.mviewer.extraVolumeMounts }}
volumeMounts:
{{- .Values.mviewer.extraVolumeMounts | toYaml | nindent 6 }}
{{- .Values.mviewer.extraVolumeMounts | toYaml | nindent 10 }}
{{- end }}
{{- if .Values.mviewer.configuration.git.url }}
volumes:
Expand Down
2 changes: 1 addition & 1 deletion mviewer/templates/mviewerstudio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
{{- end }}
{{- if .Values.mviewerstudio.extraVolumeMounts }}
volumeMounts:
{{- .Values.mviewerstudio.extraVolumeMounts | toYaml | nindent 6 }}
{{- .Values.mviewerstudio.extraVolumeMounts | toYaml | nindent 10 }}
{{- end }}
{{- if .Values.mviewerstudio.extraVolumes }}
volumes:
Expand Down

0 comments on commit c69c447

Please sign in to comment.