Skip to content

Commit e831aed

Browse files
Use retired kubernetes dashboard (#285)
* Use retired kubernetes dashboard The dashboard has been archived: https://github.com/kubernetes-retired/dashboard * Override dashboard addon to retired repo --------- Co-authored-by: wtripp180901 <will.tripp@btinternet.com>
1 parent 67e6f51 commit e831aed

File tree

1 file changed

+10
-0
lines changed
  • environments/base/inventory/group_vars

1 file changed

+10
-0
lines changed

environments/base/inventory/group_vars/all.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,13 @@ azimuth_capi_operator_metrics: "{{ deploy_prometheus_stack }}"
232232
azimuth_apps_operator_metrics: "{{ deploy_prometheus_stack }}"
233233
azimuth_metrics: "{{ deploy_prometheus_stack }}"
234234
ingress_nginx_prometheus_stack_enabled: "{{ deploy_prometheus_stack }}"
235+
236+
# The k8s dashboard has been archived, override to the retired repo.
237+
kubernetes_dashboard_chart_repo: https://kubernetes-retired.github.io/dashboard/
238+
# If overrides are set in downstream environments, will need to copy these
239+
# values into them as well
240+
azimuth_capi_operator_capi_helm_values_overrides:
241+
addons:
242+
kubernetesDashboard:
243+
chart:
244+
repo: https://kubernetes-retired.github.io/dashboard/

0 commit comments

Comments
 (0)