From 5a7a7a5a91e1b263e61e813b717aa45a682a0084 Mon Sep 17 00:00:00 2001 From: chrisfu Date: Tue, 24 Mar 2026 14:40:02 -0700 Subject: [PATCH] Remove generated values.generated.json from git; add to .gitignore Co-authored-by: Junie --- .gitignore | 1 + supabase/helm/generated/values.generated.json | 65 ------------------- 2 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644 supabase/helm/generated/values.generated.json diff --git a/.gitignore b/.gitignore index e926f9f..95da67f 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,4 @@ htmlcov/ /prole-auth/target/surefire-reports/org.prole.auth.session.SessionTokenServiceTest.txt /prole-auth/target/surefire-reports/org.prole.auth.web.VerifyControllerTest.txt /prole-db.iml +supabase/helm/generated/values.generated.json diff --git a/supabase/helm/generated/values.generated.json b/supabase/helm/generated/values.generated.json deleted file mode 100644 index ef5ad52..0000000 --- a/supabase/helm/generated/values.generated.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "nameOverride": "supabase", - "fullnameOverride": "supabase", - "deployment": { - "db": { - "enabled": false - }, - "functions": { - "enabled": false - }, - "vector": { - "enabled": false - } - }, - "externalDatabase": { - "enabled": true, - "host": "knoe-db-rw.knoe-db.svc.cluster.local", - "port": 5432, - "database": "knoe-db", - "ssl": "disable", - "createAliasService": true, - "aliasServiceName": "db" - }, - "environment": { - "auth": { - "DB_HOST": "knoe-db-rw.knoe-db.svc.cluster.local", - "DB_PORT": "5432", - "DB_SSL": "disable" - }, - "analytics": { - "DB_HOST": "knoe-db-rw.knoe-db.svc.cluster.local", - "DB_PORT": "5432" - }, - "meta": { - "DB_HOST": "knoe-db-rw.knoe-db.svc.cluster.local", - "DB_PORT": "5432" - } - }, - "secret": { - "db": { - "password": "cKujiBPFJ2mZixcE_nPBLrIR56Kafvn4", - "database": "knoe-db" - }, - "jwt": { - "secret": "4e53e1ecb98eb32ee83b890bea79e678e952c6ae237edf3f65f37bf6dd2262eb", - "anonKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InByb2xlLXN1cGFiYXNlIiwiaWF0IjoxNzczODU1MzUyLCJleHAiOjIwODkyMTUzNTJ9.gwl2m4sicomq-Yrf043O5gWfW5776j9fEQgJqEyzpvM", - "serviceKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic2VydmljZV9yb2xlIiwiaXNzIjoicHJvbGUtc3VwYWJhc2UiLCJpYXQiOjE3NzM4NTUzNTIsImV4cCI6MjA4OTIxNTM1Mn0.wqg0XKQsHPJRrdyk8cqx_ZdizpJs1YTKZDSBaWeWZzw" - } - }, - "ingress": { - "enabled": true, - "className": "traefik", - "hosts": [ - { - "host": "supabase.prole.org", - "paths": [ - { - "path": "/", - "pathType": "Prefix" - } - ] - } - ] - } -} \ No newline at end of file