diff --git a/content/rancher/v2.x/en/tasks/projects/add-configmaps/_index.md b/content/rancher/v2.x/en/tasks/projects/add-configmaps/_index.md index 57bf77e1804..df5301628ad 100644 --- a/content/rancher/v2.x/en/tasks/projects/add-configmaps/_index.md +++ b/content/rancher/v2.x/en/tasks/projects/add-configmaps/_index.md @@ -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). \ No newline at end of file +For more information on adding ConfigMaps to a workload, see [Deploying Workloads](../../workloads/deploy-workloads).