From 62006dc2d59ee2c565e40eeee8d53485e8090dcd Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Tue, 31 May 2022 18:32:47 +0200 Subject: [PATCH] bugfix: pull_secret declaration --- smardigo/templates/connect/deployment.yml | 2 +- smardigo/templates/iam/deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smardigo/templates/connect/deployment.yml b/smardigo/templates/connect/deployment.yml index 089fa00..fbb01b5 100644 --- a/smardigo/templates/connect/deployment.yml +++ b/smardigo/templates/connect/deployment.yml @@ -123,4 +123,4 @@ spec: image: busybox:1.28 command: ['sh', '-c', "until nslookup {{ .Values.connect.elastic.host }}; do echo waiting for elastic; sleep 2; done"] imagePullSecrets: - - name: "{{ .Values.connect.pull_secret }}" + - name: "{{ .Values.harbor.pull_secret }}" diff --git a/smardigo/templates/iam/deployment.yml b/smardigo/templates/iam/deployment.yml index 4f2a883..ce47010 100644 --- a/smardigo/templates/iam/deployment.yml +++ b/smardigo/templates/iam/deployment.yml @@ -40,4 +40,4 @@ spec: image: busybox:1.28 command: ['sh', '-c', "until nslookup {{ .Values.sharedService.keycloak.host.name }}; do echo waiting for keycloak; sleep 2; done"] imagePullSecrets: - - name: "{{ .Values.smardigo.pull_secret }}" + - name: "{{ .Values.harbor.pull_secret }}"