Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 703 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 703 Bytes

Redpanda Console Helm Chart

⚠️ WARNING: This chart repo has been deprecated. See redpanda-data/helm-charts for continued development.


This Helm chart allows you to deploy Redpanda Console to your Redpanda cluster. You can install the chart by running the following commands:

helm repo add redpanda-console 'https://packages.vectorized.io/public/console/helm/charts/' 
helm repo update
helm install redpanda-console/console -f values.yaml

Have a look at the values.yaml file to see the available options. Additionally, there is an example configuration in the examples directory.