Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgaunet/helm-awslogcheck
helm chart for awslogcheck
https://github.com/sgaunet/helm-awslogcheck
Last synced: 14 days ago
JSON representation
helm chart for awslogcheck
- Host: GitHub
- URL: https://github.com/sgaunet/helm-awslogcheck
- Owner: sgaunet
- License: mit
- Created: 2023-10-25T18:30:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T13:28:06.000Z (9 months ago)
- Last Synced: 2024-03-27T14:36:50.288Z (9 months ago)
- Language: Smarty
- Homepage: https://sgaunet.github.io/helm-awslogcheck/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-awslogcheck
```
helm repo add awslogcheck https://sgaunet.github.io/helm-awslogcheck/
helm repo update
helm search repo awslogcheck
```[Here is the documentation to configure the helm chart.](charts/awslogcheck/README.md)
# Development
This project is using :
* [helm](https://helm.sh/)
* [task for development](https://taskfile.dev/#/)
* [pre-commit](https://pre-commit.com/)There are hooks executed in the precommit stage. Once the project cloned on your disk, please install pre-commit:
```
brew install pre-commit
```And install the hooks:
```
task dev:install-pre-commit
```If you like to launch manually the pre-commmit hook:
```
task dev:pre-commit
```