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 5b1335f commit 4a95da5Copy full SHA for 4a95da5
1 file changed
rust/operator-binary/src/controller.rs
@@ -1584,8 +1584,8 @@ async fn create_random_secret_if_not_exists(
1584
.await
1585
.context(ApplyInternalSecretSnafu)?;
1586
1587
- // Note: restart-controller will restart all Trino (coordinator and worker) Pods, but
1588
- // this should be fine.
+ // Note: restart-controller will restart all Trino (coordinator and worker) Pods as the
+ // mounted Secret changed.
1589
}
1590
Some(_) => {
1591
tracing::debug!(
0 commit comments