Skip to content

Commit

Permalink
Globalaccounts tool improvements (#1284)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Kyma gopher bot <[email protected]>
Co-authored-by: KsaweryZietara <[email protected]>
Co-authored-by: Piotr Miśkiewicz <[email protected]>
  • Loading branch information
5 people authored Oct 9, 2024
1 parent 368f4f2 commit 9f8ecc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/globalaccounts/globalaccounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}()

Expand Down
2 changes: 1 addition & 1 deletion resources/keb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ global:
kyma_environment_globalaccounts:
dir:
version: "1.10.23"

kyma_environment_broker:
enabled: false
serviceAccountName: "kcp-kyma-environment-broker"
Expand Down

0 comments on commit 9f8ecc4

Please sign in to comment.