Apply suggestions from code review

Co-authored-by: Jen Travinski <jennifer.travinski@suse.com>
This commit is contained in:
Daniel Hawton
2021-11-15 17:54:48 -06:00
committed by GitHub
co-authored by Jen Travinski
parent b0984c95e8
commit e1f2ad6411
@@ -15,7 +15,7 @@ Mounted secrets will be updated automatically unless they are mounted as subpath
1. In the upper left corner, click **☰ > Cluster Management**.
1. Go to the cluster where you want to add a secret and click **Explore**.
1. Click **Storage > Secrets**.
1. To navigate to secrets, you may click either **Storage > Secrets** or **More Resources > Core > Secrets**.
1. Click **Create**.
1. Select the type of secret you want to create.
1. Select a **Namespace** for the secret.
@@ -31,7 +31,7 @@ Mounted secrets will be updated automatically unless they are mounted as subpath
1. Click **Save**.
**Result:** Your secret is added to the namespace you chose. You can view the secret in the Rancher UI from the **Storage > Secrets** view.
**Result:** Your secret is added to the namespace you chose. You can view the secret in the Rancher UI by clicking either **Storage > Secrets** or **More Resources > Core > Secrets**.
Mounted secrets will be updated automatically unless they are mounted as subpath volumes. For details on how updated secrets are propagated, refer to the [Kubernetes documentation.](https://kubernetes.io/docs/concepts/configuration/secret/#mounted-secrets-are-updated-automatically)