From 5a6eae78aa0239a590696a61d579960717e6ef11 Mon Sep 17 00:00:00 2001 From: Lars Hugentobler Date: Mon, 23 Dec 2019 16:14:35 +0100 Subject: [PATCH] added "Secrets" level to "SSL Certificates" menu --- content/rancher/v2.x/en/k8s-in-rancher/certificates/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/k8s-in-rancher/certificates/_index.md b/content/rancher/v2.x/en/k8s-in-rancher/certificates/_index.md index be9c46a198e..8ac2d3f0c02 100644 --- a/content/rancher/v2.x/en/k8s-in-rancher/certificates/_index.md +++ b/content/rancher/v2.x/en/k8s-in-rancher/certificates/_index.md @@ -13,7 +13,7 @@ Add SSL certificates to either projects, namespaces, or both. A project scoped c 1. From the **Global** view, select the project where you want to deploy your ingress. -1. From the main menu, select **Resources > Certificates**. Click **Add Certificate**. +1. From the main menu, select **Resources > Secrets > Certificates**. Click **Add Certificate**. 1. Enter a **Name** for the certificate. @@ -37,7 +37,7 @@ Add SSL certificates to either projects, namespaces, or both. A project scoped c - If you added an SSL certificate to the project, the certificate is available for deployments created in any project namespace. - If you added an SSL certificate to a namespace, the certificate is available only for deployments in that namespace. -- Your certificate is added to the **Resources > Certificates** view. +- Your certificate is added to the **Resources > Secrets > Certificates** view. ## What's Next?