Skip to content

Commit

Permalink
Kyma Binding with Gardener's Adminkubeconfig (kyma-project#1160)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ralikio authored and ukff committed Oct 9, 2024
1 parent b53723f commit de16212
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit de16212

Please sign in to comment.