File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ A Helm chart for Trino Gateway
131131* `readinessProbe.failureThreshold` - int, default: `12`
132132* `readinessProbe.timeoutSeconds` - int, default: `1`
133133* `readinessProbe.scheme` - string, default: `"HTTP"`
134- * `volumes` - object , default: `{} `
135- * `volumeMounts` - object , default: `{} `
134+ * `volumes` - list , default: `[] `
135+ * `volumeMounts` - list , default: `[] `
136136* `lifecycle` - object, default: `{}`
137137
138138 Container lifecycle events.
Original file line number Diff line number Diff line change 9797 subPath : " config.yaml"
9898 readOnly : true
9999 {{- with .Values.volumeMounts }}
100- {{- toYaml . | nindent 12 }}
100+ {{- tpl ( toYaml .) $ | nindent 12 }}
101101 {{- end }}
102102 lifecycle :
103103 {{- toYaml .Values.lifecycle | nindent 12 }}
@@ -107,7 +107,7 @@ spec:
107107 secretName : {{ include "trino-gateway.fullname" . }}-configuration
108108 optional : false
109109 {{- with .Values.volumes }}
110- {{- toYaml . | nindent 8 }}
110+ {{- tpl ( toYaml .) $ | nindent 8 }}
111111 {{- end }}
112112 {{- with .Values.nodeSelector }}
113113 nodeSelector :
Original file line number Diff line number Diff line change @@ -172,9 +172,9 @@ readinessProbe:
172172 timeoutSeconds : 1
173173 scheme : HTTP
174174
175- volumes : {}
175+ volumes : []
176176
177- volumeMounts : {}
177+ volumeMounts : []
178178
179179# -- Container lifecycle events.
180180# @raw
You can’t perform that action at this time.
0 commit comments