Skip to content

Commit ce1e4b1

Browse files
committed
Remove verification steps and link to kubectl topic
This removes the duplicate content
1 parent 4da5f83 commit ce1e4b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ When a Secret is generated, the Secret name is created by hashing
8989
the Secret data and appending the hash value to the name. This ensures that
9090
a new Secret is generated each time the data is modified.
9191
92-
## Check the Secret created
92+
To verify that the Secret was created and to decode the Secret data, refer to
93+
[Managing Secrets using
94+
kubectl](/docs/tasks/configmap-secret/managing-secret-using-kubectl/#verify-the-secret).
9395
9496
## Edit a Secret {#edit-secret}
9597

0 commit comments

Comments
 (0)