Enable local Postgres instance as default DB.
Issue-ID: POLICY-5166
Change-Id: I5ba458548e3bee5cd6d3df2cf9b334af9b8da78f
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
#################################################################
global:
mariadbGalera:
- useInPolicy: true
+ useInPolicy: false
localCluster: true
# flag to enable the DB creation via mariadb-operator
useOperator: false
# if useOperator set to "true", set "enableServiceAccount to "false"
# as the SA is created by the Operator
- enableServiceAccount: false
+ enableServiceAccount: true
# '&mariadbConfig' means we "store" the values for later use in the file
# with '*mariadbConfig' pointer.
config: &mariadbConfig
#userRootSecret: <secretName>
prometheusEnabled: false
postgres:
- useInPolicy: false
- localCluster: false
+ useInPolicy: true
+ localCluster: true
# flag to enable the DB creation via pgo-operator
useOperator: false
service: