Skip to content

Commit 0906d72

Browse files
committed
fix: fix too few spaces before comment
1 parent 688d09b commit 0906d72

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

charts/supabase/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ studio:
228228
SUPABASE_PUBLIC_URL: http://example.com
229229
NEXT_PUBLIC_ENABLE_LOGS: true
230230
# Set value to bigquery to use Big Query backend for analytics
231-
NEXT_ANALYTICS_BACKEND_PROVIDER: postgres # postgres, bigquery
231+
NEXT_ANALYTICS_BACKEND_PROVIDER: postgres # postgres, bigquery
232232
# volumeMounts:
233233
# - name: volume_name
234234
# mountPath: /path/to/my/secret
@@ -302,7 +302,7 @@ auth:
302302
DB_USER: supabase_auth_admin
303303
DB_PORT: 5432
304304
DB_DRIVER: postgres
305-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
305+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
306306
API_EXTERNAL_URL: http://example.com
307307
GOTRUE_API_HOST: "0.0.0.0"
308308
GOTRUE_API_PORT: "9999"
@@ -417,7 +417,7 @@ rest:
417417
DB_USER: authenticator
418418
DB_PORT: 5432
419419
DB_DRIVER: postgres
420-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
420+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
421421
PGRST_DB_SCHEMAS: public,storage,graphql_public
422422
PGRST_DB_ANON_ROLE: anon
423423
PGRST_DB_USE_LEGACY_GUCS: false
@@ -493,7 +493,7 @@ realtime:
493493
# DB_HOST: DATABASE.NAMESPACE.svc.cluster.local
494494
DB_USER: supabase_admin
495495
DB_PORT: 5432
496-
DB_SSL: false # true
496+
DB_SSL: false # true
497497
PORT: "4000"
498498
FLY_ALLOC_ID: fly123
499499
FLY_APP_NAME: realtime
@@ -579,7 +579,7 @@ meta:
579579
DB_USER: supabase_admin
580580
DB_PORT: 5432
581581
DB_DRIVER: postgres
582-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
582+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
583583
PG_META_PORT: "8080"
584584
# volumeMounts:
585585
# - name: volume_name
@@ -654,11 +654,11 @@ storage:
654654
DB_USER: supabase_storage_admin
655655
DB_PORT: 5432
656656
DB_DRIVER: postgres
657-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
657+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
658658
REQUEST_ALLOW_X_FORWARDED_PATH: "true"
659659
PGOPTIONS: -c search_path=storage,public
660660
FILE_SIZE_LIMIT: "52428800"
661-
STORAGE_BACKEND: file # file, s3
661+
STORAGE_BACKEND: file # file, s3
662662
FILE_STORAGE_BACKEND_PATH: /var/lib/storage
663663
TENANT_ID: stub
664664
REGION: stub
@@ -1079,7 +1079,7 @@ functions:
10791079
DB_USERNAME: postgres
10801080
DB_PORT: 5432
10811081
DB_DRIVER: postgresql
1082-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
1082+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
10831083
VERIFY_JWT: false
10841084
# Mount user functions
10851085
# volumeMounts:

0 commit comments

Comments
 (0)