Remove generated values.generated.json from git; add to .gitignore

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
chrisfu 2026-03-24 14:40:02 -07:00
parent 80323afd10
commit 5a7a7a5a91
2 changed files with 1 additions and 65 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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"
}
]
}
]
}
}