Skip to content

Commit

Permalink
fix indent for geoserver-lb volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Mar 22, 2024
1 parent fe2501e commit 47cfded
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2
version: 0.6.3
appVersion: "22.0.4"
8 changes: 4 additions & 4 deletions geoserver-lb/templates/geoserver-lb-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spec:
mountPath: /var/cache/nginx
- name: var-run
mountPath: /var/run
{{- if .Values.geoserver.extra_volumes }}
{{ .Values.geoserver.extra_volumes | toYaml | nindent 8 }}
{{- if .Values.geoserver.extra_volumeMounts }}
{{ .Values.geoserver.extra_volumeMounts | toYaml | nindent 10 }}
{{- end }}
resources:
requests:
Expand Down Expand Up @@ -78,8 +78,8 @@ spec:
emptyDir: {}
- name: etc-nginx
emptyDir: {}
{{- if .Values.geoserver.extra_volumeMounts }}
{{ .Values.geoserver.extra_volumeMounts | toYaml | nindent 10 }}
{{- if .Values.geoserver.extra_volumes }}
{{ .Values.geoserver.extra_volumes | toYaml | nindent 6 }}
{{- end }}


Expand Down

0 comments on commit 47cfded

Please sign in to comment.