Fixed: setup observability server
This commit is contained in:
parent
fe43e633f5
commit
56e86b20fa
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user