Skip to content

Commit d04e4e9

Browse files
Merge branch 'feat/git-sync' of github.com:stackabletech/operator-rs into feat/git-sync
2 parents 80c75f6 + 2cf42ff commit d04e4e9

File tree

1 file changed

+5
-2
lines changed
  • crates/stackable-operator/src/crd/git_sync

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ pub mod versioned {
4646
pub wait: Duration,
4747

4848
/// The name of the Secret used to access the repository if it is not public.
49-
/// This should include two fields: `user` and `password`.
49+
///
50+
/// The referenced Secret must include two fields: `user` and `password`.
5051
/// The `password` field can either be an actual password (not recommended) or a GitHub token,
51-
/// as described [here](https://github.com/kubernetes/git-sync/tree/v4.2.4?tab=readme-ov-file#manual).
52+
/// as described in the git-sync [documentation].
53+
///
54+
/// [documentation]: https://github.com/kubernetes/git-sync/tree/v4.2.4?tab=readme-ov-file#manual
5255
pub credentials_secret: Option<String>,
5356

5457
/// A map of optional configuration settings that are listed in the git-sync [documentation].

0 commit comments

Comments
 (0)