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 }}"