diff --git a/types/kdm/kdm.go b/types/kdm/kdm.go index c8d41fd7..772092da 100644 --- a/types/kdm/kdm.go +++ b/types/kdm/kdm.go @@ -47,8 +47,8 @@ type Data struct { CisBenchmarkVersionInfo map[string]CisBenchmarkVersionInfo // K3S specific data, opaque and defined by the config file in kdm - K3S map[string]interface{} `json:"k3s,omitempty"` - //Rke2 specific data, defined by the config file in kdm + K3S map[string]interface{} `json:"k3s,omitempty"` + // Rke2 specific data, defined by the config file in kdm RKE2 map[string]interface{} `json:"rke2,omitempty"` }