Skip to content

Instantly share code, notes, and snippets.

@wjrmffldrhrl
Created April 27, 2022 04:30
Show Gist options
  • Save wjrmffldrhrl/824ebac1fc3fcb628f78c644b2feb997 to your computer and use it in GitHub Desktop.
Save wjrmffldrhrl/824ebac1fc3fcb628f78c644b2feb997 to your computer and use it in GitHub Desktop.
## Configuration values for the postgresql dependency.
## ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md
postgresql:
##
## Use the PostgreSQL chart dependency.
## Set to false if bringing your own PostgreSQL.
enabled: false
##
## The name of an existing secret that contains the postgres password.
existingSecret: superset-postgresql
## Name of the key containing the secret.
existingSecretKey: postgresql-postgres-password
##
## If you are bringing your own PostgreSQL, you should set postgresHost and
## also probably service.port, postgresqlUsername, postgresqlPassword, and postgresqlDatabase
postgresHost: xxxxxx.xxxxxxxxx.ap-northeast-2.rds.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment