diff options
Diffstat (limited to 'kubernetes/policy/values.yaml')
-rw-r--r-- | kubernetes/policy/values.yaml | 8 |
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: |