Files
aleksandr.vodyanov d1b1b9f935 up instruction
2024-08-19 13:31:57 +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"
```