File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/en/docs/tasks/configmap-secret Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ stringData:
108
108
username: <user>
109
109
password: <password>
110
110
` ` `
111
+
111
112
When you retrieve the Secret data, the command returns the encoded values,
112
113
and not the plaintext values you provided in ` stringData`.
113
114
@@ -133,7 +134,7 @@ metadata:
133
134
type: Opaque
134
135
` ` `
135
136
136
- # ## Specifying both `data` and `stringData`
137
+ # ## Specify both `data` and `stringData`
137
138
138
139
If you specify a field in both `data` and `stringData`, the value from `stringData` is used.
139
140
@@ -169,7 +170,7 @@ type: Opaque
169
170
170
171
` YWRtaW5pc3RyYXRvcg==` decodes to `administrator`.
171
172
172
- # # Clean Up
173
+ # # Clean up
173
174
174
175
To delete the Secret you have created :
175
176
@@ -180,6 +181,6 @@ kubectl delete secret mysecret
180
181
# # {{% heading "whatsnext" %}}
181
182
182
183
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
183
- - Learn how to [manage Secrets with the ` kubectl` command ](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
184
+ - Learn how to [manage Secrets using kubectl](/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
184
185
- Learn how to [manage Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
185
186
You can’t perform that action at this time.
0 commit comments