Skip to content

Commit

Permalink
fix(autok3s): fix metadata typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jason-ZW <zhenyang@rancher.com>
  • Loading branch information
rancher-sy-bot committed Sep 25, 2020
1 parent 39141c0 commit 5c34fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/autok3s.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Metadata struct {
CloudControllerManager string `json:"cloud-controller-manager,omitempty" yaml:"cloud-controller-manager,omitempty"`
MasterExtraArgs string `json:"master-extra-args,omitempty" yaml:"master-extra-args,omitempty"`
WorkerExtraArgs string `json:"worker-extra-args,omitempty" yaml:"worker-extra-args,omitempty"`
Registries string `json:"registries,omitempty" yaml:"yaml:registries,omitempty"`
Registries string `json:"registries,omitempty" yaml:"registries,omitempty"`
}

type Status struct {
Expand Down

0 comments on commit 5c34fbe

Please # to comment.