Skip to content
Snippets Groups Projects

Fix bug causing new clone creations

Closed Vineet Reddy Rajula requested to merge update-fix into master
2 files
+ 7
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -259,7 +259,7 @@ func (r *DrupalSiteReconciler) Reconcile(ctx context.Context, req ctrl.Request)
// Set Current version
if 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
Loading