Skip to content

Commit 6a246ed

Browse files
authored
docs: Update the name of the secret in the output
I found it confusing that the name of secret is different that the one created. Hopefully this helps.
1 parent 7c94fc3 commit 6a246ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ kubectl describe secrets/db-user-pass-96mffmfh4k
9292
The output is similar to:
9393

9494
```
95-
Name: db-user-pass
95+
Name: db-user-pass-96mffmfh4k
9696
Namespace: default
9797
Labels: <none>
9898
Annotations: <none>

0 commit comments

Comments
 (0)