Skip to content

Commit

Permalink
Merge pull request #5345 from stormqueen1990/docs/update-remove-confi…
Browse files Browse the repository at this point in the history
…gmap-comment

docs: update remove configmap comment
  • Loading branch information
k8s-ci-robot committed Sep 29, 2023
2 parents 61dad14 + 9c1d412 commit 9920586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/commands/edit/remove/removeconfigmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type removeConfigMapOptions struct {
configMapNamesToRemove []string
}

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

Expand Down

0 comments on commit 9920586

Please sign in to comment.