Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add secrets https://udhos.github.io/secrets
Update files from repo:
helm repo update
Search secrets:
$ helm search repo secrets/secrets -l --version ">=0.0.0"
NAME CHART VERSION APP VERSION DESCRIPTION
secrets/secrets 0.0.1 0.0.1 Helm chart to install secrets on kubernetes
To install the charts:
helm install my-secrets secrets/secrets
# ^ ^ ^
# | | \__________ chart
# | |
# | \__________________ repo
# |
# \_____________________________ release (chart instance installed in cluster)
To uninstall the charts:
helm uninstall my-secrets