Fixed: setup observability server

This commit is contained in:
Haitao Pan 2023-12-28 21:26:30 +08:00
parent fe43e633f5
commit 56e86b20fa

View File

@ -10,7 +10,7 @@ check_not_empty() {
}
# 检查参数是否为空
check_not_empty "$1" "DOMAIN" && DOMAIN=$3
check_not_empty "$1" "DOMAIN" && DOMAIN=$1
helm repo add flagger https://flagger.app
kubectl create ns monitoring || true