Skip to content

Commit

Permalink
Merge pull request #32 from phoenix-bjoern/bugfix/extra-volumes-indent
Browse files Browse the repository at this point in the history
Fix indent for extra volumes
  • Loading branch information
santinoncs authored Feb 15, 2023
2 parents 997834f + ba40595 commit 5784a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: varnish
description: A Varnish Cache Helm chart for Kubernetes
type: application
version: 0.13.0
version: 0.13.1
appVersion: 7.2.1
4 changes: 2 additions & 2 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
mountPath: /etc/varnish
{{- end }}
{{- if .Values.extraVolumeMounts }}
{{- toYaml .Values.extraVolumeMounts | nindent 12 }}
{{- toYaml .Values.extraVolumeMounts | nindent 10 }}
{{- end }}
{{- with .Values.livenessProbe }}
livenessProbe:
Expand Down Expand Up @@ -157,7 +157,7 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.extraVolumes }}
{{- toYaml .Values.extraVolumes | nindent 8 }}
{{- toYaml .Values.extraVolumes | nindent 6 }}
{{- end }}
{{- end }}

0 comments on commit 5784a71

Please sign in to comment.