Skip to content

Commit

Permalink
Fix values lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
luqman-visualt committed Nov 5, 2023
1 parent f5ac0fb commit 2dfd912
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/supabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2dfd912

Please sign in to comment.