From ce9070ac92afdc9a10d393c4e7a2d7f2f8e98ca0 Mon Sep 17 00:00:00 2001 From: Vanilla Date: Mon, 23 Sep 2024 17:32:50 +0800 Subject: [PATCH] chore[charts/nocodb/values.yaml]: Typo `https:/` -> `https://`. --- charts/nocodb/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nocodb/values.yaml b/charts/nocodb/values.yaml index ad84527338..61bcc380a7 100644 --- a/charts/nocodb/values.yaml +++ b/charts/nocodb/values.yaml @@ -79,7 +79,7 @@ tolerations: [] affinity: {} extraEnvs: - NC_PUBLIC_URL: https:/nocodb.local.org + NC_PUBLIC_URL: https://nocodb.local.org extraSecretEnvs: NC_AUTH_JWT_SECRET: secretString