Skip to content

Commit

Permalink
indent two characters more for geoserver-lb
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Mar 22, 2024
1 parent 1cb6c6e commit 98f1ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geoserver-lb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: geoserver-lb
apiVersion: v2
description: A Helm chart for deploying geoserver loadbalanced
type: application
version: 0.6.0
version: 0.6.1
appVersion: "22.0.4"
2 changes: 1 addition & 1 deletion geoserver-lb/templates/geoserver-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
persistentVolumeClaim:
claimName: georchestra-geoserver-geodata
{{- if .Values.geoserver.extra_volumes }}
{{ .Values.geoserver.extra_volumes | toYaml | nindent 6 }}
{{ .Values.geoserver.extra_volumes | toYaml | nindent 8 }}
{{- end }}
{{- with .Values.geoserver.pull_secret }}
imagePullSecrets:
Expand Down

0 comments on commit 98f1ec6

Please sign in to comment.