Compare commits
1 Commits
0a1eeabe16
...
0482525010
| Author | SHA1 | Date | |
|---|---|---|---|
|
0482525010
|
@@ -10,9 +10,6 @@ on:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
CLUSTERS: cl01tl
|
||||
|
||||
jobs:
|
||||
render-manifests-helm:
|
||||
runs-on: ubuntu-js
|
||||
@@ -32,6 +29,8 @@ jobs:
|
||||
version: v3.17.2 # Pending https://github.com/helm/helm/pull/30743
|
||||
|
||||
- name: Render Helm Manifests
|
||||
env:
|
||||
CLUSTERS: cl01tl
|
||||
run: |
|
||||
for cluster in $CLUSTERS; do
|
||||
mkdir -p ${{ gitea.workspace }}/clusters/$cluster/manifests
|
||||
@@ -88,8 +87,7 @@ jobs:
|
||||
labels: |
|
||||
manifests
|
||||
automated
|
||||
add-paths: |
|
||||
clusters/**/manifests/
|
||||
add-paths: "clusters/*/manifests/"
|
||||
|
||||
- name: ntfy Created
|
||||
uses: niniyas/ntfy-action@master
|
||||
|
||||
Reference in New Issue
Block a user