Skip to content

Commit

Permalink
Gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Sep 16, 2019
1 parent 11e4ab4 commit 113ff61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/controller/database/database_controller.go
Expand Up @@ -124,10 +124,10 @@ func (r *ReconcileDatabase) Reconcile(request reconcile.Request) (reconcile.Resu
}
}

// if err := r.ensureGitOps(instance); err != nil {
// gitopsLoop = nil
// return reconcile.Result{}, err
// }
if err := r.ensureGitOps(instance); err != nil {
gitopsLoop = nil
return reconcile.Result{}, err
}
}

// A "database" object is realized in the cluster as a deployment object,
Expand Down

0 comments on commit 113ff61

Please sign in to comment.