Fix the description of me

This commit is contained in:
2024-05-05 20:14:07 +02:00
parent b1464a96c7
commit dad038fe29

View File

@ -148,7 +148,7 @@ func (app *Application) Create(ctx context.Context) error {
},
}
if err := kube.Create(ctx, controller.GetClient(), &appSecret, true); err != nil {
if err := kube.Create(ctx, controller.GetClient(), &appSecret, false); err != nil {
return err
}