Drop unused

Signed-off-by: Ettore Di Giacinto <mudler@mocaccino.org>
This commit is contained in:
Ettore Di Giacinto
2022-12-06 22:06:10 +01:00
parent 82514b5cb5
commit eab541874b

View File

@@ -28,7 +28,6 @@ type KubeVIP struct {
type HA struct {
Enable bool `yaml:"enable,omitempty"`
EmbeddedDB bool `yaml:"embedded,omitempty"`
ExternalDB string `yaml:"external_db,omitempty"`
MasterNodes int `yaml:"master_nodes,omitempty"`
}