Skip to content

Commit 43d071e

Browse files
authored
Corrected the field names in the secret
1 parent c7545c1 commit 43d071e

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)