We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61dad14 + 9c1d412 commit 9920586Copy full SHA for 9920586
kustomize/commands/edit/remove/removeconfigmap.go
@@ -20,7 +20,7 @@ type removeConfigMapOptions struct {
20
configMapNamesToRemove []string
21
}
22
23
-// newCmdRemoveResource remove the name of a file containing a resource to the kustomization file.
+// newCmdRemoveConfigMap removes configMapGenerator(s) with the specified name(s).
24
func newCmdRemoveConfigMap(fSys filesys.FileSystem) *cobra.Command {
25
var o removeConfigMapOptions
26
0 commit comments