File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
crates/stackable-operator/src/crd/git_sync Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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].
You can’t perform that action at this time.
0 commit comments