aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-12-12 16:53:39 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2024-12-12 16:53:39 +0100
commita613603f1ebf0848be8e3fcd1f4470e296b5733d (patch)
tree66cbd07493a9c10fb76a64a8f747382fff1d5048 /kubernetes/policy
parentba669658161dd9c4cb35622e6b6a789daa83f2f3 (diff)
[POLICY] Fix default settings in values.yamlHEADmaster
Enable local Postgres instance as default DB. Issue-ID: POLICY-5166 Change-Id: I5ba458548e3bee5cd6d3df2cf9b334af9b8da78f Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/policy')
-rw-r--r--kubernetes/policy/values.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/policy/values.yaml b/kubernetes/policy/values.yaml
index 6cd26dd359..2fd3c32878 100644
--- a/kubernetes/policy/values.yaml
+++ b/kubernetes/policy/values.yaml
@@ -20,13 +20,13 @@
#################################################################
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
@@ -38,8 +38,8 @@ global:
#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: