Fix cnpg-keycloak db name
What does this MR do and why?
Removes the explicit naming of the db for the fresh install scenario. To keep in line with CNPG philosophy - 1 db per app, the db name during import (upgrade path) is app . I've mistakenly set it to keycloak for fresh installs, while the keycloak server is looking for a db named app . This removes that reference so we can use the same app db for both fresh/upgrade deployments.|
Close #1937 (closed)
Related reference(s)
Test coverage
CI configuration
CI pipelines perform an update for both management and workload clusters, this update will NOT perform a ClusterAPI rolling update (deletion and creation of new K8s nodes) by default.
For some cases, it may be relevant to perform more complex tests.
Theses features can be activated in an MR by adding one of these labels to the MR and will apply to the next pipelines.
- adding the label ci-featuretest-rolling-update pipelines will perform a node rolling update in the
-updatejobs (without version upgrades) - adding the label ci-featuretest-upgrade-from-1.2.1 pipelines will perform an upgrade from Sylva 1.2.1 to your dev branch (including a k8s version upgrade resulting in a node rolling update)