From 2d37ef984d51063fb8cef567517961837dbebe1e Mon Sep 17 00:00:00 2001 From: Struan Date: Fri, 13 Sep 2024 11:33:40 -0600 Subject: [PATCH] Fix typo which prevents deployment (#260) --- charts/openmetadata/templates/secrets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openmetadata/templates/secrets.yaml b/charts/openmetadata/templates/secrets.yaml index ed1db61..eda7a00 100644 --- a/charts/openmetadata/templates/secrets.yaml +++ b/charts/openmetadata/templates/secrets.yaml @@ -32,7 +32,7 @@ data: DB_CONNECTION_POOL_MIN_SIZE: {{ .minSize | quote | b64enc }} DB_CONNECTION_POOL_INITIAL_SIZE: {{ .initialSize | quote | b64enc }} DB_CONNECTION_CHECK_CONNECTION_WHILE_IDLE: {{ .checkConnectionWhileIdle | quote | b64enc }} - DB_CONNECTION_CHECK_CONNECTION_ON_BORROW: {{ .checkCOnnectionOnBorrow | quote | b64enc }} + DB_CONNECTION_CHECK_CONNECTION_ON_BORROW: {{ .checkConnectionOnBorrow | quote | b64enc }} DB_CONNECTION_EVICTION_INTERVAL: {{ .evictionInterval | quote | b64enc }} DB_CONNECTION_MIN_IDLE_TIME: {{ .minIdleTime | quote | b64enc }} {{ end }}