Skip to content

Commit

Permalink
Add link to GKE cluster in top bar menu (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
akkomar authored Oct 17, 2023
1 parent a014b0e commit 61007ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/mozmenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@
"href": "https://mozilla-hub.atlassian.net/wiki/spaces/DATA/pages/175603730/Airflow+Triage+Guide",
}

gke_cluster = {
"name": "GKE cluster",
"category": "Mozilla",
"href": "https://console.cloud.google.com/kubernetes/workload/overview?project=moz-fx-data-airflow-gke-prod",
}


# ruff: noqa: RUF012
class MozMenuPlugin(AirflowPlugin):
name = "Mozilla"
operators = []
Expand Down

0 comments on commit 61007ed

Please sign in to comment.