mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
[bitnami/moodle] Fix format specifier of externalDatabase.type (#9206)
Signed-off-by: Shih-Ting Huang <huangstm@gmail.com> Co-authored-by: Shih-Ting Huang <huangstm@gmail.com>
This commit is contained in:
co-authored by
Shih-Ting Huang
parent
a3708a31a1
commit
4dfecc7393
@@ -25,4 +25,4 @@ name: moodle
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-moodle
|
||||
- https://www.moodle.org/
|
||||
version: 12.1.7
|
||||
version: 12.1.8
|
||||
|
||||
@@ -62,7 +62,7 @@ Return the Database type
|
||||
{{- if .Values.mariadb.enabled }}
|
||||
{{- printf "mariadb" -}}
|
||||
{{- else -}}
|
||||
{{- printf "%d" .Values.externalDatabase.type -}}
|
||||
{{- printf "%s" .Values.externalDatabase.type -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user