This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
for cluster in $CLUSTERS; do
|
||||
mkdir -p ${{ gitea.workspace }}/clusters/$cluster/manifests
|
||||
|
||||
for chart_path in clusters/$cluster/helm/*; do
|
||||
for chart_path in ${{ gitea.workspace }}/clusters/$cluster/helm/*; do
|
||||
chart_name=$(basename "$chart_path")
|
||||
|
||||
echo ">> Rendering chart: $chart_name"
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
labels: |
|
||||
manifests
|
||||
automated
|
||||
add-paths: "clusters/*/rendered-manifests/"
|
||||
add-paths: "clusters/*/manifests/"
|
||||
|
||||
- name: ntfy Created
|
||||
uses: niniyas/ntfy-action@master
|
||||
|
||||
Reference in New Issue
Block a user