Skip to content

stolostron/insights-chart

Repository files navigation

This repository has been deprecated in ACM 2.7.z and later. It has been moved to https://github.com/stolostron/multiclusterhub-operator as a sub-package pkg/templates/charts/toggle/insights.

insights-chart

Open Cluster Management - Helm chart for the insights component.

To install this chart

  1. Log in to your cluster with the following command:

    oc login --server=https://api.<your-cluster-ip>:6443
  2. Create an image pull secret with your artifactory credentials:

    oc create secret docker-registry -n open-cluster-management quay-secret --docker-server=quay.io \
    --docker-username=<quay.io user> \
    --docker-password=<quay.io token>
  3. Clone this repo (insights-chart) on your local machine.

  4. Package the chart with the following command:

    make build-local
  5. Install the chart with the following command:

    helm upgrade --install policyreport \
    --namespace open-cluster-management \
    --set global.pullSecret=quay-secret \
    stable/policyreport-2.3.0.tgz 

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published