helm repo add cisco-sso "https://raw.githubusercontent.com/cisco-sso/charts/master/pkg"
helm search cisco-sso
helm install cisco-sso/<ChartName> --name <ReleaseName>
NOTE: Automation in this git repo is only supported when running in a fully updated Kubernetes Development Kit.
- Add a chart to a new folder in the
src
directory. - In the top directory of the repository, run
awake
to package latest charts and generate an updated chart repo index. - Commit your changes to git.
- Open a PR and submit it for review by assigning at least one of your write-access holding peers.
- After your PR merges, wait a minute or two for the repo mirror to pull and publish the updated
master
branch. - Run
helm repo update
and try to install your newly published chart.