Skip to content

Commit

Permalink
forgot subparameter for volumes access in gs lb
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Jun 28, 2023
1 parent ef1072a commit ba4e92d
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.4.0
version: 0.4.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 @@ -28,7 +28,7 @@ spec:
spec:
volumes:
- name: geoserver-datadir
{{- with .Values.geoserver.geoserverDatadir }}
{{- with .Values.geoserver.volumes.geoserverDatadir | required ".Values.geoserver.volumes.geoserverDatadir is required." }}
{{ . | toYaml | nindent 10 }}
{{- end }}
- name: geoserver-cm
Expand Down

0 comments on commit ba4e92d

Please sign in to comment.