mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Merge pull request #5345 from stormqueen1990/docs/update-remove-configmap-comment
docs: update remove configmap comment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user