Initial commit

This commit is contained in:
Helm
2024-11-28 14:51:08 +03:00
commit f805045dcb
11 changed files with 432 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +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"
```