From 106b52c12e02270c0e2c78146a53729431a4ee01 Mon Sep 17 00:00:00 2001 From: vicentepinto98 Date: Mon, 29 Apr 2024 15:05:46 +0100 Subject: [PATCH] Add config key --- internal/pkg/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go index 44c81a4f6..b53c5a573 100644 --- a/internal/pkg/config/config.go +++ b/internal/pkg/config/config.go @@ -54,6 +54,7 @@ var ConfigKeys = []string{ VerbosityKey, DNSCustomEndpointKey, + LoadBalancerCustomEndpointKey, LogMeCustomEndpointKey, MariaDBCustomEndpointKey, ObjectStorageCustomEndpointKey,