Fix the description of me

This commit is contained in:
Nikolai Rodionov 2024-05-05 20:14:07 +02:00
parent b1464a96c7
commit dad038fe29
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

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
}