Minor spelling and grammar updates

This commit is contained in:
Jason L. van Brackel
2018-07-03 13:55:08 -04:00
committed by GitHub
parent dc90ce1f90
commit a2758944a5
@@ -7,9 +7,9 @@ draft: true
[Secrets](https://kubernetes.io/docs/concepts/configuration/secret/#overview-of-secrets) store sensitive data like passwords, tokens, or keys. They may contain one or more key value pairs.
When creating a secret, you can make it available for any deployment within a project, or you can limit it to a single namespace.
1. From the **Global** view, select the project or project containing the namespace that you want to add a secret to.
1. From the **Global** view, select the project containing the namespace(s) where you want to add a secret.
1. From the main menu, select **Resources > Secret**. Click **Add Secret**.
1. From the main menu, select **Resources > Secrets**. Click **Add Secret**.
1. Enter a **Name** for the secret.
@@ -32,4 +32,4 @@ When creating a secret, you can make it available for any deployment within a pr
Now that you have a secret added to the project or namespace, you can add it to a workload that you deploy.
For more information on adding secret to a workload, see [Deploying Workloads](../../workloads/deploy-workloads).
For more information on adding secret to a workload, see [Deploying Workloads](../../workloads/deploy-workloads).