From 206c8cdc25f73aba54085214c8280d8517e37040 Mon Sep 17 00:00:00 2001 From: sagit <36596628+Sagit-chu@users.noreply.github.com> Date: Sun, 3 Apr 2022 20:41:37 +0800 Subject: [PATCH] fix(typecho): Fix db host (#2409) * fix db host * bump --- charts/incubator/typecho/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/typecho/values.yaml b/charts/incubator/typecho/values.yaml index 366f493e9df..b8ec47ee778 100644 --- a/charts/incubator/typecho/values.yaml +++ b/charts/incubator/typecho/values.yaml @@ -34,7 +34,7 @@ envValueFrom: TYPECHO_DB_HOST: secretKeyRef: name: mariadbcreds - key: plainporthost + key: plainhost TYPECHO_DB_PASSWORD: secretKeyRef: name: mariadbcreds