Corentin Néau
98573e8d4d
Document Github App support for authentication ( #333 )
...
Starting with v0.14, Fleet supports Github Apps as an authentication
mechanism for git repositories.
2025-10-02 17:11:14 +02:00
Corentin Néau
f7cacfa771
Clarify requirements on token-based auth ( #334 )
...
Github and BitBucket are special cases, now supported.
2025-09-25 11:50:31 +02:00
Corentin Néau
7bbd3247bf
Fix warnings about strict host key checks ( #327 )
...
This rephrases misleading warnings about known hosts, removing them
entirely for versions where the default behaviour is secure.
2025-09-12 10:41:59 +02:00
Corentin Néau
4e3c865656
Document globbing support for Helm secret name per path ( #316 )
...
A GitRepo's `spec.helmSecretNameForPaths` now supports globbing in the
referenced secret's keys.
2025-09-12 10:34:19 +02:00
hridyesh bisht
e5f82784ed
Merge branch 'main' into feat-SSH-warning
2025-09-02 11:54:12 +05:30
hridyesh bisht
2c92e67513
Add info about SSH proxy limitation [SURE-10040]
2025-08-29 11:45:41 +05:30
hridyesh bisht
d0394e0a80
Merge branch 'main' into feat-oci-Helm-registry
2025-08-26 14:22:43 +05:30
hridyesh bisht
29b56dc6c8
Adding documentation about fetching Helm charts from OCI [SURE-8547]
2025-08-26 14:21:48 +05:30
Corentin Néau
85d69c962d
Add info about restoring backups to GitRepo how-to ( #295 )
...
* Add info about restoring backups to GitRepo how-to
This provides a few bits of advice about steps to take before restoring
a multi-cluster setup with Fleet workloads.
* Fix broken anchor on bundle resources
The top of the page does not need any anchor.
* Propagate doc to version 0.13
A new version has been created, and needs this documented as well.
---------
Co-authored-by: Olivier Vernin <olivier@vernin.me>
2025-08-07 22:59:21 +02:00
hridyesh bisht
da45f2b265
Update docs/gitrepo-add.md
...
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-07-01 16:18:39 +05:30
hridyesh bisht
f7dc6805a2
Update docs/gitrepo-add.md
...
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2025-07-01 16:18:25 +05:30
hridyesh bisht
5ffa414b43
Fix minor typos
2025-06-19 18:01:53 +05:30
hridyesh bisht
d3bcb592b6
Adding info about 3218#issuecomment-2979916581
2025-06-19 17:58:58 +05:30
Corentin Néau
9acf021ea5
Document strict host key checks support ( #234 )
...
This provides information about what that feature means and a brief
overview of how it works.
2025-04-25 16:53:01 +02:00
Corentin Néau
c45db1afbd
Fix typo in CA bundle docs ( #223 )
...
This removes a superfluous word.
2025-03-21 17:16:23 +01:00
Corentin Néau
61ec496cda
Document fallback to Rancher CA bundles if configured ( #212 )
...
This clarifies that Rancher CA bundles may be used if they are
configured, although CA bundles specified in a `GitRepo`'s Helm secret
or `cabundle` field will still have precedence over them.
2025-02-18 12:52:27 +01:00
Corentin Néau
a51e4a1437
Decrease indentation level for paragraph on credentials in git ( #217 )
...
That paragraph belongs one level higher than it was, not being part of
the subsection on private Helm registries.
2025-02-04 11:24:14 +01:00
Mario Manno
fafca9bc24
Fix crawler errors
...
* Links with / don't exist, browser has a workaround, crawler does not.
Checked with curl.
* `cmd/docs/generate-cli-docs.go` generates invalid links between root
and sub command. Apparently only if folder name equals root cmd name.
2025-02-03 14:08:49 +01:00
Mario Manno
db8ef67dcd
Add information about credentials in git
2024-09-09 10:26:56 +02:00
Patrick Seidensal
b82c54f855
Formatting
2024-07-10 12:57:53 +02:00
Mario Manno
18e3e3e868
Note about target/deploy namespace ( #165 )
2024-07-09 16:26:53 +02:00
Josh Cox
c248df4f33
Update gitrepo-add.md
...
Added in an example yaml config when using a private git repo. This would eliminate confusion as in https://github.com/rancher/fleet/issues/2495
2024-06-12 12:48:41 +02:00
Mario Manno
13e49003af
Add sections to fleet yaml reference for helm options ( #122 )
...
* Add sections to fleet yaml reference for helm options
The existing inline documentation is getting too long and hard to read.
This adds information on the different types of downloaders.
---------
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2024-04-17 11:45:50 +02:00
Jordan Banasik
d74fbab6e2
Add known hosts header, move warning
...
This change adds a tertiary header for the `Known hosts` section and
moves the warning to the top to emphasize the importance of adding known
hosts.
2023-12-20 11:50:31 -08:00
Jordan Banasik
2713ff7e48
Clarify ambiguity in GitRepo resource creation
...
The issue here stems from a combination of using the word 'it' to mean
something specific and a lack of grammar. I've corrected both issues to
help clarify intent with the language.
2023-12-20 11:40:50 -08:00
David Warburton
b8b90da81c
Fix case mistake in helmRepoURLRegex property
2023-07-14 15:08:27 +02:00
raul
64175ac062
Remove instructions to move local clusters
2023-07-10 17:13:59 +02:00
Mario Manno
bccdd241b0
Move info about gitrepo namespaces into gitrepo-add.md
2023-06-13 15:15:16 +02:00
Mario Manno
e0f204cc3c
Remove whitespace at end of the line
2023-06-13 14:50:34 +02:00
Mario Manno
f046f7e94a
Move helm values explanation into gitrepo-content.md
2023-06-13 14:49:30 +02:00
Raul Cabello Martin
5edb6ce5c9
Document how to use different helm credentials for each path ( #69 )
...
* Document how to use different helm credentials for each path
* Clarify which path is used for the helm credentials
Co-authored-by: Mario Manno <mario.manno@gmail.com>
* Add how to use different helm credentials for each path in warning box
* Fix missing line in secrets path explanation
* Clarify path for Bundles
Co-authored-by: Corentin Néau <tan.neau@suse.com>
---------
Co-authored-by: Mario Manno <mario.manno@gmail.com>
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2023-06-02 15:23:27 +02:00
Mario Manno
cbad61d529
Update docs on valuesFrom
2023-03-15 12:13:48 +01:00
Mario Manno
64b054e0c1
Move helm values info into explanation doc
2023-03-13 16:18:33 +01:00
Mario Manno
da176709eb
Split gitrepo/fleet.yaml docs
2023-03-02 15:52:50 +01:00
Mario Manno
f53c0f1dbb
Single page for cluster registration
2023-03-02 15:50:40 +01:00
Silvio Moioli
8d146db100
Fix pollingInterval description
...
Signed-off-by: Silvio Moioli <silvio@moioli.net>
2023-02-27 11:08:58 +01:00
Mario Manno
d73fe06409
Add note about backup secrets with rancher-backup
2023-02-23 14:56:14 +01:00
Mario Manno
83fd70a6cb
Update warning about helm repo credentials
2023-02-23 14:46:41 +01:00
raulcabello
3dff020955
Add helmRepoUrlRegex to the GitRepo docs
2023-01-10 12:48:27 +01:00
Mario Manno
5d163ed81d
Update versioned docs
2022-12-21 16:08:44 +01:00
Mario Manno
8a3a4f104d
Add warning about private helm repo credentials
...
Refers to https://github.com/rancher/fleet/issues/978
2022-12-21 12:26:40 +01:00
Mario Manno
d9ca4a7359
Remove old {{variables}} from docusaurus markdown
...
Replacing the version with the latest rc version for now.
We'll move to versioned docs later.
2022-10-18 15:11:24 +02:00
Mario Manno
f2a9736dae
Add http basic auth instructions for repos
...
This is not the documentation for helm charts, they use
`helmSecretName`, instead.
2022-10-17 16:05:29 +02:00
Mario Manno
f88eb9d722
Turn !!! formatting into admonitions
...
https://docusaurus.io/docs/next/markdown-features/admonitions
2022-10-14 17:33:49 +02:00
Mario Manno
e375edb90e
Readable titles for gitrepo-add, bundle-diff pages
2022-10-14 16:50:38 +02:00
Mario Manno
37cd2f8ce8
SSH keys need to be in PEM format
...
refers to https://github.com/rancher/fleet/issues/542
2022-10-14 16:47:04 +02:00
Mario Manno
922b0fb2ec
Document pollingInterval,forceSyncGeneration and paused
2022-10-12 13:39:28 +02:00
divya-mohan0209
9de94a264c
Initial commit
2022-09-22 09:54:31 +05:30