Skip to content

Commit

Permalink
add configmap to presync
Browse files Browse the repository at this point in the history
  • Loading branch information
anveshreddy18 committed Jun 25, 2024
1 parent 3136c65 commit 4c392e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/etcd/reconcile_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ func (r *Reconciler) recordEtcdSpecReconcileSuspension(etcd *druidv1alpha1.Etcd,

func (r *Reconciler) getOrderedOperatorsForPreSync() []component.Kind {
return []component.Kind{
component.ConfigMapKind,
component.StatefulSetKind,
}
}
Expand Down

0 comments on commit 4c392e8

Please sign in to comment.