mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Modify note to add a secret
This commit is contained in:
@@ -23,7 +23,7 @@ ConfigMaps store general configuration information for an application, such as c
|
||||
1. From **Config Map Values**, click **Add Config Map Value** to add a key value pair to your ConfigMap. Add as many values as you need.
|
||||
|
||||
|
||||
>**Note:** Don't use ConfigMaps to store sensitive data.
|
||||
>**Note:** Don't use ConfigMaps to store sensitive data [use a secret](../add-a-secret).
|
||||
>
|
||||
>**Tip:** You can add multiple key value pairs to the ConfigMap by copying and pasting.
|
||||
>
|
||||
@@ -39,4 +39,4 @@ Now that you have a ConfigMap added to a namespace, you can add it to a workload
|
||||
- Application environment variables.
|
||||
- Specifying parameters for a Volume mounted to the workload.
|
||||
|
||||
For more information on adding ConfigMaps to a workload, see [Deploying Workloads](../../workloads/deploy-workloads).
|
||||
For more information on adding ConfigMaps to a workload, see [Deploying Workloads](../../workloads/deploy-workloads).
|
||||
|
||||
Reference in New Issue
Block a user