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 8b94f6a commit 92d6dc4Copy full SHA for 92d6dc4
1 file changed
crates/stackable-operator/src/crd/git_sync/mod.rs
@@ -95,6 +95,8 @@ pub fn credentials_to_secret(input: Option<Credentials>) -> Option<String> {
95
if let Some(Credentials::BasicAuthSecretName(credentials_secret)) = input {
96
Some(credentials_secret)
97
} else {
98
+ // We cannot downgrade SshPrivateKeySecretName as it does not map onto
99
+ // anything in v1alpha1
100
None
101
}
102
0 commit comments