1
0
mirror of https://github.com/kairos-io/kairos-sdk.git synced 2025-05-13 10:34:39 +00:00

Update config.go ()

This commit is contained in:
Mauro Morales 2024-08-21 18:26:58 +02:00 committed by GitHub
parent 851cc01bc9
commit 5ac7e0ba17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ type Cluster struct {
LocalImagesPath string `yaml:"local_images_path,omitempty" json:"local_images_path,omitempty"`
// ClusterConfigPath path to the file where the final init config will be generated
ClusterConfigPath string `yaml:"clusterConfigPath,omitempty" json:"clusterConfigPath,omitempty"`
ClusterConfigPath string `yaml:"cluster_config_path,omitempty" json:"clusterConfigPath,omitempty"`
}
type Config struct {