File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,6 @@ if [ "$AUTOGENERATE_INGRESS" == "true" ]; then
206
206
amIngressKey=" ${ALERTMANAGER_INGRESS_KEY} "
207
207
create_ingress_certs " $MON_NS " " alertmanager-ingress-tls-secret" " $amIngressCert " " $amIngressKey "
208
208
209
- # Don't assign the variable to itself
210
209
ALERTMANAGER_PATH=" ${ALERTMANAGER_PATH:- alertmanager} "
211
210
if [ -z " $ALERTMANAGER_FQDN " ]; then
212
211
if [ " $ROUTING " == " host" ]; then
@@ -222,7 +221,6 @@ if [ "$AUTOGENERATE_INGRESS" == "true" ]; then
222
221
grIngressKey=" ${GRAFANA_INGRESS_KEY} "
223
222
create_ingress_certs " $MON_NS " " grafana-ingress-tls-secret" " $grIngressCert " " $grIngressKey "
224
223
225
- # Don't assign the variable to itself
226
224
GRAFANA_PATH=" ${GRAFANA_PATH:- grafana} "
227
225
if [ -z " $GRAFANA_FQDN " ]; then
228
226
if [ " $ROUTING " == " host" ]; then
@@ -237,7 +235,6 @@ if [ "$AUTOGENERATE_INGRESS" == "true" ]; then
237
235
prIngressKey=" ${PROMETHEUS_INGRESS_KEY} "
238
236
create_ingress_certs " $MON_NS " " prometheus-ingress-tls-secret" " $prIngressCert " " $prIngressKey "
239
237
240
- # Don't assign the variable to itself
241
238
PROMETHEUS_PATH=" ${PROMETHEUS_PATH:- prometheus} "
242
239
if [ -z " $PROMETHEUS_FQDN " ]; then
243
240
if [ " $ROUTING " == " host" ]; then
You can’t perform that action at this time.
0 commit comments