From 522fc4d7b1af7ecea4caec2399a9338d27ab814b Mon Sep 17 00:00:00 2001 From: galal-hussein Date: Thu, 20 Dec 2018 23:17:31 +0200 Subject: [PATCH] Add yaml annotation to rotate flag to rkeconfig --- apis/management.cattle.io/v3/rke_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/management.cattle.io/v3/rke_types.go b/apis/management.cattle.io/v3/rke_types.go index 2b2b270d..af4c9497 100644 --- a/apis/management.cattle.io/v3/rke_types.go +++ b/apis/management.cattle.io/v3/rke_types.go @@ -42,7 +42,7 @@ type RancherKubernetesEngineConfig struct { // Monitoring Config Monitoring MonitoringConfig `yaml:"monitoring" json:"monitoring,omitempty"` // Rotating Certificates Option - RotateCertificates *RotateCertificates `yaml:"-" json:"rotateCertificates,omitempty"` + RotateCertificates *RotateCertificates `yaml:"rotate_certificates,omitempty" json:"rotateCertificates,omitempty"` } type BastionHost struct {