Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,14 @@ spec:
engine:
description: 'Important: Run "make generate" to regenerate code after modifying this file'
type: string
extraTemplateVars:
additionalProperties:
type: string
description: |-
ExtraTemplateVars can be used by any database/dbuser that are deployed
to this instance to build templated credentials with some generic values.
Can be used for example to provide a read only postgres replica url
type: object
generic:
description: |-
GenericInstance is used when instance type is generic
Expand Down
Loading