Files
service-catalog/charts/kubeflow/1.10.0/tests/gh-actions/install_dex.sh
T
2026-01-19 11:11:33 +09:00

5 lines
173 B
Bash
Executable File

#!/bin/bash
set -euxo pipefail
kustomize build ./common/dex/overlays/oauth2-proxy | kubectl apply -f -
kubectl wait --for=condition=Ready pods --all --timeout=180s -n auth