From eab541874ba5e29b45795ed17be5dec699392374 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 6 Dec 2022 22:06:10 +0100 Subject: [PATCH] Drop unused Signed-off-by: Ettore Di Giacinto --- internal/provider/config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/provider/config/config.go b/internal/provider/config/config.go index 3c6f483..a529017 100644 --- a/internal/provider/config/config.go +++ b/internal/provider/config/config.go @@ -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"` }