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