Skip to content

Commit 03cf213

Browse files
authored
Merge pull request #25348 from talonx/patch-1
Corrected the field names in the secret
2 parents 3b8399c + 43d071e commit 03cf213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Type: Opaque
105105
106106
Data
107107
====
108-
password.txt: 12 bytes
109-
username.txt: 5 bytes
108+
password: 12 bytes
109+
username: 5 bytes
110110
```
111111

112112
The commands `kubectl get` and `kubectl describe` avoid showing the contents

0 commit comments

Comments
 (0)