Skip to content

Commit b5978a3

Browse files
committed
fix: debug yamllint errors (comment syntax)
1 parent 4c334a3 commit b5978a3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

charts/supabase/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.3
18+
version: 0.1.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/supabase/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ studio:
229229
SUPABASE_PUBLIC_URL: http://example.com
230230
NEXT_PUBLIC_ENABLE_LOGS: "true"
231231
# -- Set value to bigquery to use Big Query backend for analytics (postgres or bigquery)
232-
NEXT_ANALYTICS_BACKEND_PROVIDER: postgres # postgres, bigquery
232+
NEXT_ANALYTICS_BACKEND_PROVIDER: postgres # postgres, bigquery
233233
# volumeMounts:
234234
# - name: volume_name
235235
# mountPath: /path/to/my/secret
@@ -306,7 +306,7 @@ auth:
306306
DB_USER: supabase_auth_admin
307307
DB_PORT: 5432
308308
DB_DRIVER: postgres
309-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
309+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
310310
API_EXTERNAL_URL: http://example.com
311311
GOTRUE_API_HOST: "0.0.0.0"
312312
GOTRUE_API_PORT: "9999"
@@ -406,7 +406,7 @@ rest:
406406
DB_USER: authenticator
407407
DB_PORT: 5432
408408
DB_DRIVER: postgres
409-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
409+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
410410
PGRST_DB_SCHEMAS: public,storage,graphql_public
411411
PGRST_DB_ANON_ROLE: anon
412412
PGRST_DB_USE_LEGACY_GUCS: false
@@ -485,7 +485,7 @@ realtime:
485485
# DB_HOST: DATABASE.NAMESPACE.svc.cluster.local
486486
DB_USER: supabase_admin
487487
DB_PORT: 5432
488-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
488+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
489489
DB_AFTER_CONNECT_QUERY: "SET search_path TO _realtime"
490490
DB_ENC_KEY: supabaserealtime
491491
PORT: "4000"
@@ -571,7 +571,7 @@ meta:
571571
DB_USER: supabase_admin
572572
DB_PORT: 5432
573573
DB_DRIVER: postgres
574-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
574+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
575575
PG_META_PORT: "8080"
576576
# volumeMounts:
577577
# - name: volume_name
@@ -649,10 +649,10 @@ storage:
649649
DB_USER: supabase_storage_admin
650650
DB_PORT: 5432
651651
DB_DRIVER: postgres
652-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
652+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
653653
PGOPTIONS: -c search_path=storage,public
654654
FILE_SIZE_LIMIT: "52428800"
655-
STORAGE_BACKEND: file # file, s3
655+
STORAGE_BACKEND: file # file, s3
656656
FILE_STORAGE_BACKEND_PATH: /var/lib/storage
657657
TENANT_ID: stub
658658
REGION: stub
@@ -1087,7 +1087,7 @@ functions:
10871087
DB_USERNAME: supabase_functions_admin
10881088
DB_PORT: 5432
10891089
DB_DRIVER: postgresql
1090-
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
1090+
DB_SSL: disable # disable, allow, prefer, require, verify-ca, verify-full
10911091
# Mount user functions
10921092
# volumeMounts:
10931093
# - name: my_functions

0 commit comments

Comments
 (0)