Skip to content
Snippets Groups Projects

[hotfix] fix ensurespecfinalizer return

Merged Carina Antunes requested to merge hotfix-fix-ensurespecfinalizer into master
2 files
+ 16
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -259,7 +259,7 @@ func (r *DrupalSiteReconciler) Reconcile(ctx context.Context, req ctrl.Request)
@@ -259,7 +259,7 @@ func (r *DrupalSiteReconciler) Reconcile(ctx context.Context, req ctrl.Request)
// Set Current version
// Set Current version
if drupalSite.Status.ReleaseID.Current != releaseID(drupalSite) {
if drupalSite.Status.ReleaseID.Current != releaseID(drupalSite) {
drupalSite.Status.ReleaseID.Current = releaseID(drupalSite)
drupalSite.Status.ReleaseID.Current = releaseID(drupalSite)
update = true || update
update = true
}
}
// Check if the drupal site is ready to serve requests
// Check if the drupal site is ready to serve requests
Loading