Skip to content

Commit 8e737b2

Browse files
authored
Merge pull request #27933 from toshokan/secrets-typo
[en] Fix secret -> secrets in titles
2 parents d519007 + c860159 commit 8e737b2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,9 @@ stringData:
407407

408408
There are several options to create a Secret:
409409

410-
- [create Secret using `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
411-
- [create Secret from config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
412-
- [create Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
410+
- [create Secrets using `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
411+
- [create Secrets from config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
412+
- [create Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
413413

414414
## Editing a Secret
415415

@@ -1239,7 +1239,7 @@ for secret data, so that the secrets are not stored in the clear into {{< glossa
12391239

12401240
## {{% heading "whatsnext" %}}
12411241

1242-
- Learn how to [manage Secret using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
1243-
- Learn how to [manage Secret using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
1244-
- Learn how to [manage Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
1242+
- Learn how to [manage Secrets using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
1243+
- Learn how to [manage Secrets using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
1244+
- Learn how to [manage Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
12451245

content/en/docs/tasks/configmap-secret/managing-secret-using-config-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Managing Secret using Configuration File
2+
title: Managing Secrets using Configuration File
33
content_type: task
44
weight: 20
55
description: Creating Secret objects using resource configuration file.
@@ -193,6 +193,6 @@ kubectl delete secret mysecret
193193
## {{% heading "whatsnext" %}}
194194

195195
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
196-
- Learn how to [manage Secret with the `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
197-
- Learn how to [manage Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
196+
- Learn how to [manage Secrets with the `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
197+
- Learn how to [manage Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
198198

content/en/docs/tasks/configmap-secret/managing-secret-using-kustomize.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Managing Secret using Kustomize
2+
title: Managing Secrets using Kustomize
33
content_type: task
44
weight: 30
55
description: Creating Secret objects using kustomization.yaml file.
@@ -135,6 +135,6 @@ kubectl delete secret db-user-pass-96mffmfh4k
135135
## {{% heading "whatsnext" %}}
136136

137137
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
138-
- Learn how to [manage Secret with the `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
139-
- Learn how to [manage Secret using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
138+
- Learn how to [manage Secrets with the `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
139+
- Learn how to [manage Secrets using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
140140

0 commit comments

Comments
 (0)