Skip to content

Commit 1d00d85

Browse files
author
Denise
authored
Merge pull request #451 from MBishop17/undraft-storage
Undraft storage/resources
2 parents d019016 + 6c8b08e commit 1d00d85

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

content/rancher/v2.x/en/tasks/projects/add-a-secret/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Adding a Secret
33
weight:
4-
draft: true
54
---
65

76
[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.
7+
88
When creating a secret, you can make it available for any deployment within a project, or you can limit it to a single namespace.
99

1010
1. From the **Global** view, select the project containing the namespace(s) where you want to add a secret.
@@ -25,7 +25,6 @@ When creating a secret, you can make it available for any deployment within a pr
2525

2626
1. Click **Save**.
2727

28-
2928
**Result:** Your secret is added to the project or namespace, depending on the scope you chose. You can view the secret in the Rancher UI from the **Resources > Secrets** view.
3029

3130
## What's Next?

content/rancher/v2.x/en/tasks/projects/add-configmaps/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Adding ConfigMaps
33
weight:
4-
draft: true
54
---
65

76
ConfigMaps store general configuration information for an application, such as configuration files, command-line arguments, environment variables, etc. ConfigMaps accept key value pairs in common string formats, like config files or JSON blobs. Add ConfigMaps to your Rancher workspaces so that you can add them to your workloads later. For more information on ConfigMaps, see the official [Kubernetes Documentation: Using ConfigMap](https://kubernetes-v1-4.github.io/docs/user-guide/configmap/).

content/rancher/v2.x/en/tasks/projects/add-registries/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Adding Registries
33
weight:
4-
draft: true
54
---
65

76
Registries are secrets containing credentials used to authenticate with [private registries](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). Deployments use these secrets to authenticate with a private registry and then pull a Docker image hosted on it.

content/rancher/v2.x/en/tasks/projects/add-ssl-certificates/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Adding SSL Certificates
33
weight:
4-
draft: true
54
---
65
When you create an ingress within Rancher/Kubernetes, you must provide it with a TLS private key and certificate, which are used to encrypt and decrypt communications that come through the ingress. You can make certificates available for ingress use by navigating to its project or namespace, and then uploading the certificate.
76

0 commit comments

Comments
 (0)