Skip to content

Commit 9c1d412

Browse files
docs: update remove configmap comment
Update the comment for the newCmdRemoveConfigMap function to explain what this function really does. The previous comment was referring to a different function.
1 parent e3b9afc commit 9c1d412

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)