Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/kontinuous-values-yaml/_shared/latest--use.schema.json
Parent schema kontinuous-values-yaml
Type: object

Properties

pgAdminUserSecretRefName string

Secret with admin credentials to the database server

pgSecretName string

Name of the kubernetes user secret to create. Defaults to pg-user

database string

Name of the Postgres database to create. Defaults to environment

pgUser string

Name of the Postgres user to create

extensions string

List of Postgres extensions to create in the new database. Defaults to hstore pgcrypto citext uuid-ossp postgis pg_trgm unaccent

useAzureFlex string

Use an Azure Flex database. defaults to false

Values: "true" "false"