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 9d2eef7 commit 32885f7Copy full SHA for 32885f7
1 file changed
rust/operator-binary/src/controller.rs
@@ -546,7 +546,7 @@ pub async fn reconcile_trino(
546
client,
547
)
548
.await
549
- .context(InvalidInternalSecretSnafu)?;
+ .context(CreateInternalSecretSnafu)?;
550
551
// This secret is created even if spooling is not configured.
552
// Trino currently requires the secret to be exactly 256 bits long.
@@ -558,7 +558,7 @@ pub async fn reconcile_trino(
558
559
560
561
562
563
let mut sts_cond_builder = StatefulSetConditionBuilder::default();
564
0 commit comments