Skip to content

Commit 9920586

Browse files
authored
Merge pull request #5345 from stormqueen1990/docs/update-remove-configmap-comment
docs: update remove configmap comment
2 parents 61dad14 + 9c1d412 commit 9920586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kustomize/commands/edit/remove/removeconfigmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type removeConfigMapOptions struct {
2020
configMapNamesToRemove []string
2121
}
2222

23-
// newCmdRemoveResource remove the name of a file containing a resource to the kustomization file.
23+
// newCmdRemoveConfigMap removes configMapGenerator(s) with the specified name(s).
2424
func newCmdRemoveConfigMap(fSys filesys.FileSystem) *cobra.Command {
2525
var o removeConfigMapOptions
2626

0 commit comments

Comments
 (0)