added config path to file
Some checks failed
Build and Push Docker Image / Build image (push) Has been cancelled
Some checks failed
Build and Push Docker Image / Build image (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user