14 lines
219 B
Markdown
14 lines
219 B
Markdown
# template-helm-chart-repository
|
|
|
|
Template for helm chart repositories
|
|
|
|
# How-to-use
|
|
|
|
Create repository from template
|
|
|
|
Replace all names of chart
|
|
|
|
```
|
|
sed -i "s/myHelmChart/container-test-validation-server-chart/g"
|
|
```
|