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 ff025d4 commit bed929eCopy full SHA for bed929e
crates/stackable-operator/src/crd/git_sync/v1alpha1_impl.rs
@@ -1035,7 +1035,7 @@ volumeMounts:
1035
- mountPath: /stackable/gitssh-0
1036
name: ssh-keys-info-0
1037
"#,
1038
- serde_yaml::to_string(&git_sync_resources.git_sync_containers.get(0)).unwrap()
+ serde_yaml::to_string(&git_sync_resources.git_sync_containers.first()).unwrap()
1039
);
1040
1041
assert_eq!(1, git_sync_resources.git_sync_init_containers.len());
0 commit comments