From 314132b5791ae264abf7e85f9bc9a431211e3511 Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Tue, 11 Apr 2023 12:53:46 +0200 Subject: [PATCH] Fix deploy_tigera_operator in keos.yaml --- .../internal/create/actions/createworker/keosinstaller.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/cluster/internal/create/actions/createworker/keosinstaller.go b/pkg/cluster/internal/create/actions/createworker/keosinstaller.go index cdf2a1e29c..8b431f2efe 100644 --- a/pkg/cluster/internal/create/actions/createworker/keosinstaller.go +++ b/pkg/cluster/internal/create/actions/createworker/keosinstaller.go @@ -39,10 +39,10 @@ type KEOSDescriptor struct { } `yaml:"gcp,omitempty"` Keos struct { Calico struct { - Ipip bool `yaml:"ipip"` - Pool string `yaml:"pool"` + Ipip bool `yaml:"ipip,omitempty"` + Pool string `yaml:"pool,omitempty"` DeployTigeraOperator bool `yaml:"deploy_tigera_operator"` - } `yaml:"calico,omitempty"` + } `yaml:"calico"` ClusterID string `yaml:"cluster_id"` Dns struct { ExternalDns struct {