Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Add support for operator apps in check_filtered_apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Dec 26, 2023
1 parent c74fd51 commit d584ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/check_filtered_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ check_filtered_apps() {
midclt call chart.release.get_instance "$app_name" | jq -r '
if .chart_metadata.name == "prometheus" then
.name + ",operator"
elif .config.operator.enabled == true then
.name + ",operator"
elif .catalog_train == "operators" then
.name + ",operator"
else
Expand Down

0 comments on commit d584ab2

Please sign in to comment.