From 36c9a818b45504b6398b9535d7df76a579744bd3 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Thu, 12 Jan 2023 15:45:08 +0100 Subject: [PATCH] DEV-752 Install WP Plugin UpdraftPlus on cusqa/cusprod --- values_cusprod.yaml | 4 ++++ values_cusqa.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 34afa8f..17d6f4b 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -99,5 +99,9 @@ smardigo-wordpress: value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene" - name: SK_NRW_PROVIDER_URL value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene" + customPostInitScripts: + install-plugins.sh: | + #!/bin/bash + wp plugin install updraftplus --activate-network ingress: hostname: connect-wordpress-cusprod-prodwork01.smardigo.digital diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 901dddc..b1600b9 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -99,5 +99,9 @@ smardigo-wordpress: value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene" - name: SK_NRW_PROVIDER_URL value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene" + customPostInitScripts: + install-plugins.sh: | + #!/bin/bash + wp plugin install updraftplus --activate-network ingress: hostname: connect-wordpress-cusqa-prodwork01.smardigo.digital