diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-09-04 05:12:41 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-09-04 05:12:41 +0000 |
commit | 8bde7e0bdbe74cf98f2aabd7d8598cf96ede0f62 (patch) | |
tree | ee23db9c10475db5302660ac524c6bcd0a97dd99 | |
parent | 8ac3f6c8ae0c5739fcd74220460da6b2ae0d8ed1 (diff) | |
download | gitlab-ce-docs-cluster-apps-jetstack-cert-manager.tar.gz |
Update docs for cert-managerdocs-cluster-apps-jetstack-cert-manager
Since 5142bd738e7d, we are using the official chart now.
-rw-r--r-- | doc/user/clusters/applications.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md index 40ed0db4c57..76d9bfeb855 100644 --- a/doc/user/clusters/applications.md +++ b/doc/user/clusters/applications.md @@ -82,10 +82,12 @@ certificates are valid and up-to-date. NOTE: **Note:** The -[stable/cert-manager](https://github.com/helm/charts/tree/master/stable/cert-manager) +[jetstack/cert-manager](https://github.com/jetstack/cert-manager) chart is used to install this application with a [`values.yaml`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/vendor/cert_manager/values.yaml) -file. +file. Prior to GitLab 12.3, +the [stable/cert-manager](https://github.com/helm/charts/tree/master/stable/cert-manager) +chart was used. ### GitLab Runner |