Skip to content

Commit

Permalink
fix(hack): typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed May 27, 2024
1 parent 88a5098 commit 260bf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ def manage_dashboards(f, mixin, chart_dst):
update_dashboards_tags(orig, dashboard, ["portefaix", "opentelemetry", "alloy"])
elif mixin == "quickwit":
update_dashboards_tags(orig, dashboard, ["portefaix", "opentelemetry", "quickwit"])
elif mixin == "alloy-mixin":
update_dashboards_tags(orig, dashboard, ["portefaix", "opentelemetry", "beyla", "ebpf"])
elif mixin == "beyla":
update_dashboards_tags(orig, dashboard, ["portefaix", "opentelemetry", "beyla", "ebpf"])
elif mixin == "cilium-mixin":
update_dashboards_tags(orig, dashboard, ["portefaix", "cilium", "cilium-mixin", "cni", "ebpf"])
else:
logger.info("Copy %s => %s", orig, dashboard)
Expand Down

0 comments on commit 260bf1d

Please sign in to comment.