mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
chore: fix spacing in added description
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user