Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add vks-helm-charts https://vngcloud.github.io/vks-helm-chartsIf you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages.
You can then run helm search repo vks-helm-charts to see the charts.
- The
cert-managerchart is a wrapper around the upstreamcert-managerchart. It adds some additional configuration options and a few extra resources. - The upstream chart is available at GitHub.
- Clone this repo and run
make release-manifeststo generate the upstream chart. - Rewrite the defalut repository in the
values.yaml.
To install the chart:
helm install \
cert-manager oci://vcr.vngcloud.vn/81-vks-public/vks-helm-charts/cert-manager \
--namespace cert-manager \
--create-namespace \
--version v1.17.2 \
--set crds.enabled=true