[en] Fix secret -> secrets in titles
This commit is contained in:
@@ -407,9 +407,9 @@ stringData:
|
|||||||
|
|
||||||
There are several options to create a Secret:
|
There are several options to create a Secret:
|
||||||
|
|
||||||
- [create Secret using `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
- [create Secrets using `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
||||||
- [create Secret from config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
|
- [create Secrets from config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
|
||||||
- [create Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
- [create Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
||||||
|
|
||||||
## Editing a Secret
|
## Editing a Secret
|
||||||
|
|
||||||
@@ -1243,7 +1243,7 @@ for secret data, so that the secrets are not stored in the clear into {{< glossa
|
|||||||
|
|
||||||
## {{% heading "whatsnext" %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
- Learn how to [manage Secret using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
- Learn how to [manage Secrets using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
||||||
- Learn how to [manage Secret using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
|
- Learn how to [manage Secrets using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
|
||||||
- Learn how to [manage Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
- Learn how to [manage Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Managing Secret using Configuration File
|
title: Managing Secrets using Configuration File
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 20
|
weight: 20
|
||||||
description: Creating Secret objects using resource configuration file.
|
description: Creating Secret objects using resource configuration file.
|
||||||
@@ -193,6 +193,6 @@ kubectl delete secret mysecret
|
|||||||
## {{% heading "whatsnext" %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
|
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
|
||||||
- Learn how to [manage Secret with the `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
- Learn how to [manage Secrets with the `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
||||||
- Learn how to [manage Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
- Learn how to [manage Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Managing Secret using Kustomize
|
title: Managing Secrets using Kustomize
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 30
|
weight: 30
|
||||||
description: Creating Secret objects using kustomization.yaml file.
|
description: Creating Secret objects using kustomization.yaml file.
|
||||||
@@ -123,6 +123,6 @@ kubectl delete secret db-user-pass-96mffmfh4k
|
|||||||
## {{% heading "whatsnext" %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
|
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
|
||||||
- Learn how to [manage Secret with the `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
- Learn how to [manage Secrets with the `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
||||||
- Learn how to [manage Secret using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
|
- Learn how to [manage Secrets using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user