From 8408ce8694c53a12fa2bd2a6739613fa65df72b2 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Thu, 12 Jan 2023 13:58:01 +0100 Subject: [PATCH] DEV-752 Install wp plugins via init script --- values_nsodev.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 93a660e..176986a 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -103,7 +103,10 @@ 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" - wordpressPlugins: - - updraftplus + customPostInitScripts: + install-plugins.sh: | + #!/bin/bash + wp plugin install updraftplus --activate-network ingress: hostname: connect-wordpress-nsodev-prodwork01.smardigo.digital + \ No newline at end of file