Skip to content

Commit f17d88b

Browse files
committed
linting
1 parent e2e8d72 commit f17d88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/airflow_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pub async fn reconcile_airflow(
184184

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

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

0 commit comments

Comments
 (0)