Compare commits
1 Commits
93bea28e28
...
b61f179bc6
| Author | SHA1 | Date | |
|---|---|---|---|
|
b61f179bc6
|
@@ -34,10 +34,9 @@ jobs:
|
|||||||
mkdir clusters/$CLUSTER/manifests
|
mkdir clusters/$CLUSTER/manifests
|
||||||
|
|
||||||
for chart_path in clusters/$CLUSTER/helm/; do
|
for chart_path in clusters/$CLUSTER/helm/; do
|
||||||
chart_name=$(basename "$chart_path")
|
chart_name=$(basename "$chart")
|
||||||
|
|
||||||
echo ""
|
echo "--- Rendering chart: $chart_name ---"
|
||||||
echo "Rendering chart: $chart_name"
|
|
||||||
|
|
||||||
if [ -f "$chart_path/Chart.yaml" ]; then
|
if [ -f "$chart_path/Chart.yaml" ]; then
|
||||||
OUTPUT_FILE="clusters/$CLUSTER/manifests/$chart_name.yaml"
|
OUTPUT_FILE="clusters/$CLUSTER/manifests/$chart_name.yaml"
|
||||||
|
|||||||
Reference in New Issue
Block a user