From 7a24e5fedfafeab43c80403759507960abb3c2b0 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 12 Oct 2023 10:16:29 +0200 Subject: [MARIADB] Update mariadb template to the 0.21.0 Operator In the mariadb-operator version 0.21.0 changes to the CRDs have been done, which require a change in the template. see: https://github.com/mariadb-operator/mariadb-operator/pull/248 PeerAuthentication depends on galera setting (not know why) Issue-ID: OOM-3236 Change-Id: Iaf3cd7128e4c9889c1d56b9b83a72a352e60a39d Signed-off-by: Andreas Geissler --- .../guides/infra_guides/oom_infra_base_config_setup.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst') diff --git a/docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst b/docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst index e84f578c01..8f74ea987e 100644 --- a/docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst +++ b/docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst @@ -123,7 +123,7 @@ Set the default StorageClass In some ONAP components it is important to have a default storageClass defined (e.g. cassandra), if you don't want to explicitly set it during the deployment via helm overrides. -Therefor you should set the default storageClass (if not done during the K8S cluster setup) via the command: +Therefor you should set the default storageClass (if not done during the K8S cluster setup) via the command:: > kubectl patch storageclass -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}' @@ -338,7 +338,7 @@ Gateway-API Keycloak Installation --------------------- -- Add helm repositories +- Add helm repositories:: > helm repo add bitnami https://charts.bitnami.com/bitnami @@ -346,7 +346,7 @@ Keycloak Installation > helm repo update -- create keycloak namespace +- create keycloak namespace:: > kubectl create namespace keycloak > kubectl label namespace keycloak istio-injection=enabled @@ -362,7 +362,7 @@ Install Keycloak-Database .. include:: ../../resources/yaml/keycloak-db-values.yaml :code: yaml -- Install the Postgres DB +- Install the Postgres DB:: > helm -n keycloak upgrade -i keycloak-db bitnami/postgresql --values ./keycloak-db-values.yaml @@ -377,7 +377,7 @@ Configure Keycloak .. include:: ../../resources/yaml/keycloak-server-values.yaml :code: yaml -- Install keycloak +- Install keycloak:: > helm -n keycloak upgrade -i keycloak codecentric/keycloak --values ./keycloak-server-values.yaml -- cgit 1.2.3-korg