Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/stackable-operator/src/crd/git_sync/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ pub mod versioned {
pub git_sync_conf: BTreeMap<String, String>,

/// An optional secret used for git access.
//
// FIXME: The roundtrip looses data when private keys are used.
// See https://github.com/stackabletech/issues/issues/849 for details.
#[versioned(changed(
since = "v1alpha2",
from_name = "credentials_secret",
Expand Down
Loading