diff --git a/deployments/templates/prometheus.yaml b/deployments/templates/prometheus.yml similarity index 100% rename from deployments/templates/prometheus.yaml rename to deployments/templates/prometheus.yml diff --git a/scripts/init-config.sh b/scripts/init-config.sh index 091671eab..51735f832 100755 --- a/scripts/init-config.sh +++ b/scripts/init-config.sh @@ -31,7 +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" + ["${OPENIM_ROOT}/deployments/templates/prometheus.yml"]="${OPENIM_ROOT}/config/prometheus.yml" ) for template in "${!TEMPLATES[@]}"; do