Skip to content

Commit e2e8d72

Browse files
committed
refined comment
1 parent 69793d4 commit e2e8d72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/operator-binary/src/airflow_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ pub async fn reconcile_airflow(
184184

185185
let mut ss_cond_builder = StatefulSetConditionBuilder::default();
186186

187-
// Apply order mirrors opensearch: everything before StatefulSets, StatefulSets last (a
188-
// changed mounted ConfigMap/Secret must exist first, else Pods restart -- commons-operator#111).
187+
// Apply order is: StatefulSets last (a changed mounted ConfigMap/Secret
188+
// must exist first, else Pods restart -- commons-operator#111).
189189
for service in resources.services {
190190
cluster_resources
191191
.add(client, service)

0 commit comments

Comments
 (0)