From 2dd05a8ce32022e8772d2c7db87868e9257eae8d Mon Sep 17 00:00:00 2001 From: "lin.huang" Date: Mon, 13 Nov 2023 11:39:43 +0800 Subject: [PATCH] fix init-config.sh --- scripts/init-config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/init-config.sh b/scripts/init-config.sh index 9da84fb21..091671eab 100755 --- a/scripts/init-config.sh +++ b/scripts/init-config.sh @@ -31,6 +31,7 @@ readonly ENV_FILE=${ENV_FILE:-"${OPENIM_ROOT}/scripts/install/environment.sh"} declare -A TEMPLATES=( ["${OPENIM_ROOT}/deployments/templates/env_template.yaml"]="${OPENIM_ROOT}/.env" ["${OPENIM_ROOT}/deployments/templates/openim.yaml"]="${OPENIM_ROOT}/config/config.yaml" + ["${OPENIM_ROOT}/deployments/templates/prometheus.yaml"]="${OPENIM_ROOT}/config/prometheus.yaml" ) for template in "${!TEMPLATES[@]}"; do