From 9f891e0f8ba8c848fd82da67a597dbba8b8f3d02 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Jun 2022 11:09:40 +0200 Subject: [PATCH] bugfix: worker --- smardigo/templates/sepa-exporter/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smardigo/templates/sepa-exporter/deployment.yml b/smardigo/templates/sepa-exporter/deployment.yml index 406ff8e..b6c45ee 100644 --- a/smardigo/templates/sepa-exporter/deployment.yml +++ b/smardigo/templates/sepa-exporter/deployment.yml @@ -16,7 +16,7 @@ spec: containers: - name: "sepa-exporter" image: "{{ .Values.harbor.host.name }}/{{ .Values.sepaExporter.image.name }}:{{ .Values.sepaExporter.image.version }}" - imagePullPolicy: Always + imagePullPolicy: Always env: - name: SPRING_PROFILES_INCLUDE value: "prod,swagger"