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"