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 7a5f0c3 commit a07999fCopy full SHA for a07999f
1 file changed
crates/stackable-operator/src/crd/git_sync/mod.rs
@@ -64,6 +64,9 @@ pub mod versioned {
64
pub git_sync_conf: BTreeMap<String, String>,
65
66
/// 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.
70
#[versioned(changed(
71
since = "v1alpha2",
72
from_name = "credentials_secret",
0 commit comments