You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
until curl -sf http://{{ include "core.fullname" . }}-gateway:{{ .Values.core.service.managementPort }}{{ include "camundaPlatform.joinpath" (list .Values.core.contextPath .Values.core.readinessProbe.probePath) }}; do
31
+
echo "waiting for Orchestration Cluster"; sleep 5;
32
+
done
20
33
containers:
21
34
- name: camunda-migration
22
35
image: {{ include "camundaPlatform.imageByParams" (dict "base" .Values.global "overlay" .Values.core) }}
@@ -26,25 +39,19 @@ spec:
26
39
{{- end }}
27
40
env:
28
41
{{- if and .Values.global.elasticsearch.external .Values.global.elasticsearch.auth.password -}}
0 commit comments