Merge branch 'main' into feat-valuesYaml-fleetYaml

This commit is contained in:
hridyesh bisht 2025-09-29 12:42:23 +05:30 committed by GitHub
commit c83396ca12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -158,6 +158,9 @@ Just like with SSH, reference the secret in your GitRepo resource via `clientSec
branch: main
clientSecretName: basic-auth-secret
:::info
When using BitBucket and access tokens, the username must be `x-token-auth`.
:::
### Using Custom CA Bundles

View File

@ -165,7 +165,7 @@ done ; wait
When testing Fleet with private git repositories, you will notice that HTTP secrets are no longer supported in Github. To work around this issue, follow these steps:
1. Create a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) in Github.
1. In Rancher, create an HTTP [secret](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-resources-setup/secrets) with your Github username.
1. In Rancher, create an HTTP [secret](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-resources-setup/secrets) with your Github personal access token. Your username is optional.
1. Use your token as the secret.
### Fleet fails with bad response code: 403

View File

@ -144,9 +144,8 @@ module.exports = {
theme: {
customCss: [require.resolve("./src/css/custom.css")],
},
gtag: {
trackingID: "GTM-57KS2MW",
anonymizeIP: true,
googleTagManager: {
containerId: 'GTM-57KS2MW',
},
},
],