examples: add Bytebase to custom examples
This commit is contained in:
16
custom-example/bytebase/bytebase-values.gomplate.yaml
Normal file
16
custom-example/bytebase/bytebase-values.gomplate.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
bytebase:
|
||||
version: {{ .Env.BYTEBASE_VERSION }}
|
||||
|
||||
option:
|
||||
external-url: https://{{ .Env.BYTEBASE_HOST }}
|
||||
|
||||
externalPg:
|
||||
pgHost: "postgres-cluster-rw.postgres"
|
||||
pgPort: "5432"
|
||||
pgUsername: "bytebase"
|
||||
pgDatabase: "bytebase"
|
||||
existingPgPasswordSecret: "bytebase-database-secret"
|
||||
existingPgPasswordSecretKey: "password"
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user