We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c378def commit 3644a97Copy full SHA for 3644a97
cert-generator/setup-k8s.sh
@@ -9,6 +9,7 @@ if [ -n "$CI" ]; then
9
if ! kubectl version --request-timeout=5s >/dev/null 2>&1; then
10
echo "WARNING: Cannot connect to Kubernetes in CI - skipping k8s setup"
11
echo "Creating dummy kubeconfig for CI..."
12
+ mkdir -p /backend
13
cat > /backend/kubeconfig.yaml <<EOF
14
apiVersion: v1
15
kind: Config
0 commit comments