https://github.com/sgaunet/helm-alpine-sshd
https://github.com/sgaunet/helm-alpine-sshd
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sgaunet/helm-alpine-sshd
- Owner: sgaunet
- License: mit
- Created: 2024-12-20T20:48:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T20:14:02.000Z (10 months ago)
- Last Synced: 2025-01-06T05:14:13.433Z (9 months ago)
- Language: Smarty
- Homepage: https://sgaunet.github.io/helm-alpine-sshd
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sgaunet/helm-alpine-sshd/releases/latest)
# helm-alpine-sshd
```bash
helm repo add alpine-sshd https://sgaunet.github.io/helm-alpine-sshd/
helm repo update
helm search repo alpine-sshd
```[Here is the documentation to configure the helm chart.](charts/alpine-sshd/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:
```bash
brew install pre-commit
```And install the hooks:
```bash
task dev:install-pre-commit
```If you like to launch manually the pre-commmit hook:
```bash
task dev:pre-commit
```