diff --git a/kustomize/commands/edit/set/all.go b/kustomize/commands/edit/set/all.go index c4923d3a6..961aee7d4 100644 --- a/kustomize/commands/edit/set/all.go +++ b/kustomize/commands/edit/set/all.go @@ -28,11 +28,11 @@ func NewCmdSet( # Sets the namesuffix field kustomize edit set namesuffix - # Edits a field in an existing configmap in the kustomization file - kustomize edit set configmap my-configmap --from-literal=key1=value1 + # Edits a field in an existing configmap in the kustomization file + kustomize edit set configmap my-configmap --from-literal=key1=value1 - # Edits a field in an existing secret in the kustomization file - kustomize edit set secret my-secret --from-literal=key1=value1 + # Edits a field in an existing secret in the kustomization file + kustomize edit set secret my-secret --from-literal=key1=value1 `, Args: cobra.MinimumNArgs(1), }