From 9f8ecc4eac6e994357316a4be57da097a779ed23 Mon Sep 17 00:00:00 2001 From: LJ <110393214+ukff@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:22:49 +0200 Subject: [PATCH] Globalaccounts tool improvements (#1284) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Kyma Binding with Gardener's Adminkubeconfig (#1160) * Gardener Admin Kubeconfig Generation as a Default Binding Provider * Linter & Default Service Account Correction * Build Correction * Added Missing Scheme Registration for shoot Package * Linter * Removed Empty Test * Removed Debug Lines * Review Remarks * Review Remarks * Removed Unnecessary Import * Linter * Review Remarks * Review Remarks * Linter * Review Remarks * Bump sec-scanners-config.yaml, KEB images and Chart to 1.10.6 (#1181) * Extend binding create endpoint (#1180) * Extend binding create endpoint * Apply suggestions * Remove necessary comment * Bump sec-scanners-config.yaml, KEB images and Chart to 1.10.7 (#1183) * Remove avs (#1182) * Remove AvS code * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip --------- Co-authored-by: Wojciech Wrzalik <74771103+ralikio@users.noreply.github.com> Co-authored-by: Kyma gopher bot <123084774+kyma-gopher-bot@users.noreply.github.com> Co-authored-by: KsaweryZietara <91937141+KsaweryZietara@users.noreply.github.com> Co-authored-by: Piotr Miƛkiewicz --- internal/globalaccounts/globalaccounts.go | 2 +- resources/keb/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/globalaccounts/globalaccounts.go b/internal/globalaccounts/globalaccounts.go index f3fc38a0c4..71d01653e9 100644 --- a/internal/globalaccounts/globalaccounts.go +++ b/internal/globalaccounts/globalaccounts.go @@ -36,7 +36,7 @@ type svcConfig struct { func Run(ctx context.Context, cfg Config) { defer func() { if r := recover(); r != nil { - fmt.Println(fmt.Sprintf("Recovered: %s", r)) + fmt.Printf("Recovered: %s\n", r) } }() diff --git a/resources/keb/values.yaml b/resources/keb/values.yaml index bf9d22fb63..04f6e0cdd3 100644 --- a/resources/keb/values.yaml +++ b/resources/keb/values.yaml @@ -35,7 +35,7 @@ global: kyma_environment_globalaccounts: dir: version: "1.10.23" - + kyma_environment_broker: enabled: false serviceAccountName: "kcp-kyma-environment-broker"