Skip to content

Commit

Permalink
Merge pull request #1615 from 24sama/master
Browse files Browse the repository at this point in the history
fix the field difference between yaml and json
  • Loading branch information
ks-ci-bot authored Nov 22, 2022
2 parents 84369a3 + 1c7330c commit 1c395d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kk/apis/kubekey/v1alpha2/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type KubeVip struct {
// CustomScripts defines the custom shell scripts for each node to exec before and finished kubernetes install.
type CustomScripts struct {
Name string `yaml:"name" json:"name,omitempty"`
Bash string `yaml:"bash" json:"shell,omitempty"`
Bash string `yaml:"bash" json:"bash,omitempty"`
Materials []string `yaml:"materials" json:"materials,omitempty"`
}

Expand Down

0 comments on commit 1c395d2

Please sign in to comment.