Skip to content

Commit c6b1da3

Browse files
committed
Link to remove issue
1 parent 02fbc11 commit c6b1da3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rust/operator-binary/src/controller.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,8 @@ pub async fn reconcile_superset(
713713
}
714714

715715
// 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)
716+
// (don't forget about the snafu Error variants).
717+
// Removal is tracked in https://github.com/stackabletech/superset-operator/issues/755
717718
#[instrument(skip_all)]
718719
async fn migrate_legacy_secret_key_secret_from_26_3(
719720
superset: &SupersetCluster,

0 commit comments

Comments
 (0)