Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

stolostron/application-chart

Repository files navigation

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.

application-chart

Open Cluster Management Application console Helm chart


Table of Contents generated with DocToc


Work in Progress

We are in the process of enabling this repo for community contribution. See wiki here.

Community, discussion, contribution, and support

Check the CONTRIBUTING Doc for how to contribute to the repo.

Getting Started

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.

Prerequisite Tools

Building for Development

git clone https://github.com/stolostron/application-chart.git
cd application-chart
helm package stable/application-chart

Testing on an existing OKD cluster with OCM

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

About

[DEPRECATED] chart for the application lifecycle UI

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published