mirror of
https://github.com/rancher/types.git
synced 2025-08-01 04:57:05 +00:00
Merge pull request #580 from mickael-alibert/master
Fix typo in weave_node rke_types
This commit is contained in:
commit
8cf867511b
@ -109,7 +109,7 @@ type RKESystemImages struct {
|
||||
//CanalFlannel image
|
||||
CanalFlannel string `yaml:"canal_flannel" json:"canalFlannel,omitempty"`
|
||||
// Weave Node image
|
||||
WeaveNode string `yaml:"wave_node" json:"weaveNode,omitempty"`
|
||||
WeaveNode string `yaml:"weave_node" json:"weaveNode,omitempty"`
|
||||
// Weave CNI image
|
||||
WeaveCNI string `yaml:"weave_cni" json:"weaveCni,omitempty"`
|
||||
// Pod infra container image
|
||||
|
Loading…
Reference in New Issue
Block a user