Skip to content

Commit f1aa508

Browse files
committed
Improve message
1 parent abdf08c commit f1aa508

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rust/operator-binary/src/superset_controller.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,9 @@ pub async fn reconcile_superset(
468468
rolegroup: rolegroup.clone(),
469469
})?;
470470

471-
// Note: The StatefulSet needs to be applied last, so that we don't cause unnecessary Pod
472-
// restarts. See https://github.com/stackabletech/commons-operator/issues/111 for details.
471+
// Note: The StatefulSet needs to be applied after all ConfigMaps and Secrets it mounts
472+
// to prevent unnecessary Pod restarts.
473+
// See https://github.com/stackabletech/commons-operator/issues/111 for details.
473474
ss_cond_builder.add(
474475
cluster_resources
475476
.add(client, rg_statefulset.clone())

0 commit comments

Comments
 (0)