From 4f9c9ca268423ab6203deb6ca637ae6d1881e497 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Sun, 5 Jun 2022 17:49:19 +0200 Subject: [PATCH] feat: deployment --- smardigo/templates/iam/deployment.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/smardigo/templates/iam/deployment.yml b/smardigo/templates/iam/deployment.yml index 7a540d6..6737437 100644 --- a/smardigo/templates/iam/deployment.yml +++ b/smardigo/templates/iam/deployment.yml @@ -38,9 +38,5 @@ spec: ports: - containerPort: 8080 - containerPort: 8081 - initContainers: - - name: init-keycloak - 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.harbor.pull_secret }}"