https://github.com/padok-team/git-volume-reloader
Synchronise a directory's contents with a git repository.
https://github.com/padok-team/git-volume-reloader
documentation kubernetes
Last synced: about 1 year ago
JSON representation
Synchronise a directory's contents with a git repository.
- Host: GitHub
- URL: https://github.com/padok-team/git-volume-reloader
- Owner: padok-team
- License: apache-2.0
- Created: 2021-09-14T09:15:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T15:21:38.000Z (about 1 year ago)
- Last Synced: 2025-05-10T16:29:06.988Z (about 1 year ago)
- Topics: documentation, kubernetes
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# git-volume-reloader
Synchronise a directory's contents with a git repository. Synchronisation is
triggered by a webhook sent by the git service provider.
## Usage
To package the git-volume-reloader into a container image and push the image to
a container registry:
```bash
make build push IMAGE=ghcr.io/padok-team/git-volume-reloader:latest
```
An example of how to deploy the git-volume-reloader as a sidecar in a Kubernetes
Pod is available in the [examples/git-mkdocs](./examples/git-mkdocs/README.md) directory.
## LICENSE
© 2021 [Padok](https://www.padok.fr/).
Licensed under the [Apache License](https://www.apache.org/licenses/LICENSE-2.0), Version 2.0 ([LICENSE](./LICENSE))