Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

fix(kedge create): add flag --save-config #344

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var createCmd = &cobra.Command{
os.Exit(-1)
}

kubectlCommand := []string{"create"}
kubectlCommand := []string{"create", "--save-config"}

// Only setting the namespace flag to kubectl when --namespace is passed
// explicitly by the user
Expand Down