File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tasks/configmap-secret Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ metadata:
185
185
type: Opaque
186
186
` ` `
187
187
188
- # # Clean Up
188
+ # # Clean up
189
189
190
- Delete the Secret you created :
190
+ To delete a Secret, run the following command :
191
191
192
192
` ` ` shell
193
193
kubectl delete secret db-user-pass
@@ -199,4 +199,4 @@ kubectl delete secret db-user-pass
199
199
200
200
- Read more about the [Secret concept](/docs/concepts/configuration/secret/)
201
201
- Learn how to [manage Secrets using config files](/docs/tasks/configmap-secret/managing-secret-using-config-file/)
202
- - Learn how to [manage Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
202
+ - Learn how to [manage Secrets using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
You can’t perform that action at this time.
0 commit comments