https://github.com/sgaunet/helm-k8see
Helm chart to deploy k8see applications
https://github.com/sgaunet/helm-k8see
chart helm k8see
Last synced: 7 months ago
JSON representation
Helm chart to deploy k8see applications
- Host: GitHub
- URL: https://github.com/sgaunet/helm-k8see
- Owner: sgaunet
- License: mit
- Created: 2024-10-02T06:00:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T20:38:23.000Z (8 months ago)
- Last Synced: 2025-02-02T21:26:15.659Z (8 months ago)
- Topics: chart, helm, k8see
- Language: Smarty
- Homepage: https://sgaunet.github.io/helm-k8see
- Size: 14.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-k8see
```bash
helm repo add k8see https://sgaunet.github.io/helm-k8see/
helm repo update
helm search repo k8see
```[Here is the documentation to configure the helm chart.](charts/k8see/README.md)
## Development
This project is using :
* [helm](https://helm.sh/)
* [task for development](https://taskfile.dev/#/)
* [pre-commit](https://pre-commit.com/)### pre-commit
There are hooks executed in the git precommit stage. Once the project cloned on your disk, please install pre-commit:
> For Windows/Linux, Go to [https://pre-commit.com/#install](https://pre-commit.com/#install)
> For MacOS brew install pre-commitInstall tools:
```bash
task dev:prereq
```And install the hooks:
```bash
task dev:install
```To launch manually the pre-commmit hook:
```bash
task dev:pre-commit
```