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 02fbc11 commit c6b1da3Copy full SHA for c6b1da3
1 file changed
rust/operator-binary/src/controller.rs
@@ -713,7 +713,8 @@ pub async fn reconcile_superset(
713
}
714
715
// TODO: Can be removed after SDP 26.7 is released (it's only a migration from 26.3 - 26.7)
716
-// (don't forget about the snafu Error variants)
+// (don't forget about the snafu Error variants).
717
+// Removal is tracked in https://github.com/stackabletech/superset-operator/issues/755
718
#[instrument(skip_all)]
719
async fn migrate_legacy_secret_key_secret_from_26_3(
720
superset: &SupersetCluster,
0 commit comments