From 38cacb5d4b267b6df5042728fa6755b32c047cc5 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Jun 2022 11:11:45 +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 b6c45ee..fe7c62e 100644 --- a/smardigo/templates/sepa-exporter/deployment.yml +++ b/smardigo/templates/sepa-exporter/deployment.yml @@ -49,4 +49,4 @@ spec: ports: - containerPort: 8080 imagePullSecrets: - - name: "{{ .Values.pull_secret }}" + - name: "{{ .Values.harbor.pull_secret }}"