up instruction

This commit is contained in:
aleksandr.vodyanov
2024-08-19 13:31:57 +03:00
parent 9dee441084
commit d1b1b9f935

View File

@@ -1,3 +1,13 @@
# 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"
```