From 5d4e56a3c706bbd771b92a41e13218f0f45759bc Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Jun 2022 12:17:11 +0200 Subject: [PATCH] bugfix: wordpress --- smardigo/templates/wordpress/deployment.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/smardigo/templates/wordpress/deployment.yml b/smardigo/templates/wordpress/deployment.yml index e7a728f..3425972 100644 --- a/smardigo/templates/wordpress/deployment.yml +++ b/smardigo/templates/wordpress/deployment.yml @@ -25,6 +25,12 @@ spec: hostnames: - "{{ .Values.sharedService.keycloak.host.name }}" containers: + - name: "busybox" + image: "busybox:1.28" + command: + - sleep + args: + - infinity - name: "wordpress" image: "{{ .Values.harbor.host.name }}/{{ .Values.wordpress.image.name }}:{{ .Values.wordpress.image.version }}" imagePullPolicy: Always