feat: renovatebot #1

Merged
ange merged 20 commits from devel into staging 2024-12-23 02:14:58 +00:00
Showing only changes of commit 8ac305f1cc - Show all commits

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