|
@@ -74,6 +74,7 @@ workload:
|
|
"GID" 473
|
|
"GID" 473
|
|
"mode" "check"
|
|
"mode" "check"
|
|
"type" "init") | nindent 8 }}
|
|
"type" "init") | nindent 8 }}
|
|
|
|
+ {{- if .Values.minioStorage.logSearchApi }}
|
|
wait-api:
|
|
wait-api:
|
|
enabled: true
|
|
enabled: true
|
|
type: init
|
|
type: init
|
|
@@ -90,4 +91,5 @@ workload:
|
|
sleep 2;
|
|
sleep 2;
|
|
done
|
|
done
|
|
echo "API is up: {{ $logapi }}";
|
|
echo "API is up: {{ $logapi }}";
|
|
|
|
+ {{- end }}
|
|
{{- end -}}
|
|
{{- end -}}
|