Files
chart/helm_template_common.sh
Stavros kois b18f776098 add tests
2022-11-09 14:18:34 +02:00

8 lines
192 B
Bash
Executable File

#!/bin/bash
common_path=library/common/1.0.0
go-yq -i '.type = "application"' "$common_path"/Chart.yaml
helm template ./"$common_path"
go-yq -i '.type = "library"' "$common_path"/Chart.yaml