Skip to content

Commit 382413e

Browse files
committed
docs: Add FIXME comment for gitsync roundtrip
1 parent b7c8a3a commit 382413e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • crates/stackable-operator/src/crd/git_sync

crates/stackable-operator/src/crd/git_sync/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ pub mod versioned {
6464
pub git_sync_conf: BTreeMap<String, String>,
6565

6666
/// An optional secret used for git access.
67+
//
68+
// FIXME: The roundtrip looses data when private keys are used.
69+
// See https://github.com/stackabletech/issues/issues/849 for details.
6770
#[versioned(changed(
6871
since = "v1alpha2",
6972
from_name = "credentials_secret",

0 commit comments

Comments
 (0)