Skip to content

Commit c860159

Browse files
committed
[en] Fix secret -> secrets in titles
1 parent 4d897b6 commit c860159

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

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

12441244
## {{% heading "whatsnext" %}}
12451245

1246-
- Learn how to [manage Secret using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
1247-
- Learn how to [manage Secret using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
1248-
- Learn how to [manage Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
1246+
- Learn how to [manage Secrets using `kubectl`](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
1247+
- Learn how to [manage Secrets using config file](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
1248+
- Learn how to [manage Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
12491249

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.
@@ -123,6 +123,6 @@ kubectl delete secret db-user-pass-96mffmfh4k
123123
## {{% heading "whatsnext" %}}
124124

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

0 commit comments

Comments
 (0)