Skip to content

Commit

Permalink
Allow mlab-autojoin to match in mlab-oti (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Nov 27, 2024
1 parent 0bc994c commit 77e331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply-global-prometheus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ for ds_tmpl in $ds_tmpls; do
case "$PROJECT" in
# Don't include sandbox or staging data sources in the production instance.
mlab-oti)
if [[ $(basename $ds_tmpl) != *mlab-oti* ]]; then
if [[ $(basename $ds_tmpl) != *mlab-oti* && $(basename $ds_tmpl) != *mlab-autojoin* ]]; then
rm $ds_tmpl
continue
fi
Expand Down

0 comments on commit 77e331f

Please sign in to comment.