Skip to content

Commit 7a08dde

Browse files
fix: change spaces for tabs
1 parent 6cb85e8 commit 7a08dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kustomize/commands/edit/add/configmap.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ func newCmdAddConfigMap(
3838
# Adds a configmap from env-file with behavior merge
3939
kustomize edit add configmap my-configmap --behavior=merge --from-env-file=env/path.env
4040
41-
# Adds a configmap to the kustomization file with a specific namespace
42-
kustomize edit add configmap my-configmap --namespace test-ns --from-literal=my-key=my-value
41+
# Adds a configmap to the kustomization file with a specific namespace
42+
kustomize edit add configmap my-configmap --namespace test-ns --from-literal=my-key=my-value
4343
`,
4444
RunE: func(_ *cobra.Command, args []string) error {
4545
return runEditAddConfigMap(flags, fSys, args, ldr, rf)

0 commit comments

Comments
 (0)