We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1072a commit ba4e92dCopy full SHA for ba4e92d
geoserver-lb/Chart.yaml
@@ -2,5 +2,5 @@ name: geoserver-lb
2
apiVersion: v2
3
description: A Helm chart for deploying geoserver loadbalanced
4
type: application
5
-version: 0.4.0
+version: 0.4.1
6
appVersion: "22.0.4"
geoserver-lb/templates/geoserver-deploy.yaml
@@ -28,7 +28,7 @@ spec:
28
spec:
29
volumes:
30
- name: geoserver-datadir
31
- {{- with .Values.geoserver.geoserverDatadir }}
+ {{- with .Values.geoserver.volumes.geoserverDatadir | required ".Values.geoserver.volumes.geoserverDatadir is required." }}
32
{{ . | toYaml | nindent 10 }}
33
{{- end }}
34
- name: geoserver-cm
0 commit comments