Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.17 KB

apisix-dashboard.md

File metadata and controls

40 lines (33 loc) · 1.17 KB
title
Apache APISIX Dashboard Helm Chart

Install

To install the chart with release name apisix-dashboard:

helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix-dashboard apisix/apisix-dashboard --create-namespace --namespace apisix

Uninstall

To uninstall/delete the apisix-dashboard release:

helm uninstall apisix-dashboard