We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdf08c commit f1aa508Copy full SHA for f1aa508
rust/operator-binary/src/superset_controller.rs
@@ -468,8 +468,9 @@ pub async fn reconcile_superset(
468
rolegroup: rolegroup.clone(),
469
})?;
470
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.
+ // Note: The StatefulSet needs to be applied after all ConfigMaps and Secrets it mounts
+ // to prevent unnecessary Pod restarts.
473
+ // See https://github.com/stackabletech/commons-operator/issues/111 for details.
474
ss_cond_builder.add(
475
cluster_resources
476
.add(client, rg_statefulset.clone())
0 commit comments