Skip to content

Commit 278127d

Browse files
committed
remove comments
1 parent c45bdb4 commit 278127d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

monitoring/bin/deploy_monitoring_cluster.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ if [ "$AUTOGENERATE_INGRESS" == "true" ]; then
206206
amIngressKey="${ALERTMANAGER_INGRESS_KEY}"
207207
create_ingress_certs "$MON_NS" "alertmanager-ingress-tls-secret" "$amIngressCert" "$amIngressKey"
208208

209-
# Don't assign the variable to itself
210209
ALERTMANAGER_PATH="${ALERTMANAGER_PATH:-alertmanager}"
211210
if [ -z "$ALERTMANAGER_FQDN" ]; then
212211
if [ "$ROUTING" == "host" ]; then
@@ -222,7 +221,6 @@ if [ "$AUTOGENERATE_INGRESS" == "true" ]; then
222221
grIngressKey="${GRAFANA_INGRESS_KEY}"
223222
create_ingress_certs "$MON_NS" "grafana-ingress-tls-secret" "$grIngressCert" "$grIngressKey"
224223

225-
# Don't assign the variable to itself
226224
GRAFANA_PATH="${GRAFANA_PATH:-grafana}"
227225
if [ -z "$GRAFANA_FQDN" ]; then
228226
if [ "$ROUTING" == "host" ]; then
@@ -237,7 +235,6 @@ if [ "$AUTOGENERATE_INGRESS" == "true" ]; then
237235
prIngressKey="${PROMETHEUS_INGRESS_KEY}"
238236
create_ingress_certs "$MON_NS" "prometheus-ingress-tls-secret" "$prIngressCert" "$prIngressKey"
239237

240-
# Don't assign the variable to itself
241238
PROMETHEUS_PATH="${PROMETHEUS_PATH:-prometheus}"
242239
if [ -z "$PROMETHEUS_FQDN" ]; then
243240
if [ "$ROUTING" == "host" ]; then

0 commit comments

Comments
 (0)