added config path to file
Some checks failed
Build and Push Docker Image / Build image (push) Has been cancelled

This commit is contained in:
2025-04-05 17:15:00 +03:00
parent f83de32368
commit 39f1c0d92c
8 changed files with 170 additions and 113 deletions

View File

@@ -301,7 +301,7 @@ func (r *ServerManagerReconciler) Reconcile(ctx context.Context, req ctrl.Reques
}
}
}
if errors.IsNotFound(err) && !s.Spec.Server.On {
if errors.IsNotFound(err) && !s.Spec.Browser.On {
if s.Status.Browser.Running {
s.Status.Browser.Running = false
statusChanged = true