Skip to content

Commit 3935e40

Browse files
committed
Push results of make reviewable
1 parent 09362e9 commit 3935e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/flux2-sync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flux2-sync
22

3-
![Version: 1.13.4](https://img.shields.io/badge/Version-1.13.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.4](https://img.shields.io/badge/AppVersion-2.6.4-informational?style=flat-square)
3+
![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.4](https://img.shields.io/badge/AppVersion-2.6.4-informational?style=flat-square)
44

55
A Helm chart for flux2 GitRepository to sync with
66

@@ -29,7 +29,7 @@ This helm chart is maintained and released by the fluxcd-community on a best eff
2929
| gitRepository.spec.recurseSubmodules | bool | `false` | _Optional_ When enabled, after the clone is created, initializes all submodules within, using their default settings. This option is available only when using the ‘go-git’ GitImplementation. |
3030
| gitRepository.spec.ref | object | `{"branch":"master"}` | _Optional_ The Git reference to checkout and monitor for changes, defaults to master branch. |
3131
| gitRepository.spec.secretRef | object | `{}` | _Optional_ The secret name containing the Git credentials. For HTTPS repositories the secret must contain username and password fields. For SSH repositories the secret must contain identity, identity.pub and known_hosts fields. For GitHub App authentication the secret must contain githubAppID, githubAppInstallationID and githubAppPrivateKey fields. If a secret.create is set, it will point to that one. |
32-
| gitRepository.spec.secretRef | list | `[]` | _Optional_ A list of directories to checkout when cloning the repository. |
32+
| gitRepository.spec.sparseCheckout | list | `[]` | _Optional_ A list of directories to checkout when cloning the repository |
3333
| gitRepository.spec.suspend | string | `""` | _Optional_ This flag tells the controller to suspend the reconciliation of this source. |
3434
| gitRepository.spec.timeout | string | `""` | _Optional_ The timeout for remote Git operations like cloning, defaults to 20s. |
3535
| gitRepository.spec.url | string | `""` | The repository URL, can be an HTTP/S or SSH address. |

0 commit comments

Comments
 (0)