This repository has been deprecated in ACM 2.6.z and later. It has been moved to https://github.com/stolostron/multiclusterhub-operator as a sub-package
pkg/templates/charts/toggle/console
.
Open Cluster Management Application console Helm chart
Table of Contents generated with DocToc
We are in the process of enabling this repo for community contribution. See wiki here.
Check the CONTRIBUTING Doc for how to contribute to the repo.
Application chart is a helm chart used for deploying the Application console. This is a guide on how to build and run stolostron application-chart.
git clone https://github.com/stolostron/application-chart.git
cd application-chart
helm package stable/application-chart
Make sure you are logged in using oc
.
export GITHUB_TOKEN=<your github personal access token>
export GITHUB_USER=<your github id>
cd ..
git clone https://github.com/stolostron/multiclusterhub-repo.git
cd application-chart
cp application-chart-<version>.tgz ../multiclusterhub-repo/multiclusterhub/charts
cd ../multiclusterhub-repo
oc annotate mch multiclusterhub -n open-cluster-management mch-pause=true
make update-charts
oc annotate mch multiclusterhub -n open-cluster-management mch-pause=false --overwrite