Files
service-catalog/charts/kubeflow/tests/gh-actions/install_central_dashboard.sh
T
2025-06-24 12:03:10 +09:00

5 lines
189 B
Bash
Executable File

#!/bin/bash
set -euxo pipefail
kustomize build apps/centraldashboard/upstream/overlays/kserve | kubectl apply -f -
kubectl wait --for=condition=Ready pods --all -n kubeflow --timeout=180s