Skip to content

Commit 4a95da5

Browse files
committed
Improve docs
1 parent 5b1335f commit 4a95da5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/operator-binary/src/controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,8 +1584,8 @@ async fn create_random_secret_if_not_exists(
15841584
.await
15851585
.context(ApplyInternalSecretSnafu)?;
15861586

1587-
// Note: restart-controller will restart all Trino (coordinator and worker) Pods, but
1588-
// this should be fine.
1587+
// Note: restart-controller will restart all Trino (coordinator and worker) Pods as the
1588+
// mounted Secret changed.
15891589
}
15901590
Some(_) => {
15911591
tracing::debug!(

0 commit comments

Comments
 (0)