diff --git a/03-installing-osm.md b/03-installing-osm.md index 5b86a4216c51e02e693d184b94868dd535d613b6..e712f3526227e45923ea55e3f60501e72a348464 100644 --- a/03-installing-osm.md +++ b/03-installing-osm.md @@ -584,6 +584,17 @@ juju add-model osm k8scloud juju deploy ch:mongodb-k8s -m osm ``` +### Deploy Cert-manager + +```bash +CERTMANAGER_VERSION="v1.9.1" +helm repo add jetstack https://charts.jetstack.io +helm repo update +helm install cert-manager --create-namespace --namespace cert-manager jetstack/cert-manager \ + --version ${CERTMANAGER_VERSION} --set installCRDs=true --set prometheus.enabled=false \ + --set clusterResourceNamespace=osm \ + --set extraArgs="{--enable-certificate-owner-ref=true}" +``` ### Deploy OSM helm chart Get Juju host, secret, public key and CA certificate: