fix: wrong job name
All checks were successful
/ deploy (push) Successful in 8s

This commit is contained in:
ange 2024-12-22 06:23:58 +00:00
parent 0fd5175a1d
commit 8ac305f1cc
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -18,7 +18,7 @@ if ! kubectl get secret "$secret" > /dev/null 2>&1; then
--from-literal=email="$email" \
--from-literal=username="$name" \
--from-literal=password="$(openssl rand -hex 32)"
SECRET="$secret" kapply common/createadmin.yaml
NAME="$name" SECRET="$secret" kapply common/createadmin.yaml
fi
if [ -n "$scopes" ]; then