Skip to content

Commit

Permalink
chore: fix spacing in added description
Browse files Browse the repository at this point in the history
  • Loading branch information
stormqueen1990 committed Jan 16, 2024
1 parent f1242d7 commit 8e02620
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kustomize/commands/edit/set/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ func NewCmdSet(
# Sets the namesuffix field
kustomize edit set namesuffix <suffix-value>
# 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),
}
Expand Down

0 comments on commit 8e02620

Please sign in to comment.