From 2dfd91243c88747c8834846461e4ab1ab5d228a0 Mon Sep 17 00:00:00 2001 From: Luqman Rizal Date: Sun, 5 Nov 2023 19:46:08 +0800 Subject: [PATCH] Fix values lint errors --- charts/supabase/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/supabase/values.yaml b/charts/supabase/values.yaml index e7627d5..fea8a74 100644 --- a/charts/supabase/values.yaml +++ b/charts/supabase/values.yaml @@ -257,7 +257,7 @@ auth: DB_USER: supabase_auth_admin DB_PORT: 5432 DB_DRIVER: postgres - DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full + DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full GOTRUE_API_HOST: "0.0.0.0" GOTRUE_API_PORT: "9999" GOTRUE_SITE_URL: https://STUDIO.EXAMPLE.COM @@ -353,7 +353,7 @@ rest: DB_USER: authenticator DB_PORT: 5432 DB_DRIVER: postgres - DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full + DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full PGRST_DB_SCHEMAS: public,storage,graphql_public PGRST_DB_ANON_ROLE: anon PGRST_DB_USE_LEGACY_GUCS: false @@ -429,7 +429,7 @@ realtime: # DB_HOST: DATABASE.NAMESPACE.svc.cluster.local DB_USER: supabase_admin DB_PORT: 5432 - DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full + DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full DB_AFTER_CONNECT_QUERY: "SET search_path TO _realtime" DB_ENC_KEY: supabaserealtime PORT: "4000" @@ -512,7 +512,7 @@ meta: DB_USER: supabase_admin DB_PORT: 5432 DB_DRIVER: postgres - DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full + DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full PG_META_PORT: "8080" # volumeMounts: # - name: volume_name @@ -587,7 +587,7 @@ storage: DB_USER: supabase_storage_admin DB_PORT: 5432 DB_DRIVER: postgres - DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full + DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full PGOPTIONS: -c search_path=storage,public FILE_SIZE_LIMIT: "52428800" STORAGE_BACKEND: file @@ -606,7 +606,7 @@ storage: # items: # - key: my_secret.txt # path: name_of_file_in_container.txt - resources: {} + resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following @@ -852,7 +852,7 @@ analytics: DB_USERNAME: supabase_admin DB_PORT: 5432 DB_DRIVER: postgresql - DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full + DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full DB_SCHEMA: _analytics LOGFLARE_SINGLE_TENANT: "true" LOGFLARE_SUPABASE_MODE: "true" @@ -1005,7 +1005,7 @@ functions: DB_USERNAME: supabase_functions_admin DB_PORT: 5432 DB_DRIVER: postgresql - DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full + DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full # Mount user functions # volumeMounts: # - name: my_functions