We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995dc83 commit ac73072Copy full SHA for ac73072
pkg/apis/k0sctl.k0sproject.io/v1beta1/cluster/spec.go
@@ -19,6 +19,7 @@ type Spec struct {
19
func (s *Spec) UnmarshalYAML(unmarshal func(interface{}) error) error {
20
type spec Spec
21
ys := (*spec)(s)
22
+ ys.K0s = &K0s{}
23
24
if err := unmarshal(ys); err != nil {
25
return err
0 commit comments