https://github.com/redhat-developer/gitops-generator
https://github.com/redhat-developer/gitops-generator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhat-developer/gitops-generator
- Owner: redhat-developer
- License: apache-2.0
- Created: 2022-07-04T20:02:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T19:58:24.000Z (over 2 years ago)
- Last Synced: 2025-05-14T11:39:28.584Z (10 months ago)
- Language: Go
- Size: 164 KB
- Stars: 3
- Watchers: 14
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gitops-generator
[](https://codecov.io/gh/redhat-developer/gitops-generator)
A community open-source library to help with your project's GitOps needs.
This library generates the Kubernetes resource files and uses the Kustomize tool. The files are then pushed to the Git repository specified.
## Developement & Testing
### Prerequisite
- go 1.18 or later
### Testing
To run all the tests in this repository
```
make test
```
## Contributions
Please see our [CONTRIBUTING](./CONTRIBUTING.md) for more information.