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
srcdirectory. - In the top directory of the repository, run
awaketo 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
masterbranch. - Run
helm repo updateand try to install your newly published chart.