From 23fbdd2ab5c9afa72541ed7cc97017a06627c68b Mon Sep 17 00:00:00 2001 From: Mauren Berti Date: Mon, 15 Jan 2024 21:05:24 -0500 Subject: [PATCH] chore: fix spacing in added description --- kustomize/commands/edit/set/all.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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), }