Files
openresty/README.md
2024-11-28 14:51:08 +03:00

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"
```