[add] gitlab-runner helm chart

contents:
- gitlab-runner helm chart 추가
This commit is contained in:
jungsungrock
2024-02-07 10:02:16 +09:00
parent 6074d4cfb1
commit d85f51e018
27 changed files with 2682 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Developement
## Running tests
1. install helm unittest plugin:
```bash
helm plugin install https://github.com/helm-unittest/helm-unittest.git
```
2. run tests:
```bash
helm unittest .
```