Skip to content

Commit

Permalink
Merge pull request #6 from opzkit/updatecli-config-update
Browse files Browse the repository at this point in the history
ci: update config of updatecli
  • Loading branch information
argoyle authored Sep 12, 2024
2 parents a8c94e9 + ca3e33d commit 556207a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions updatecli/updatecli.d/keda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@ targets:
kind: shell
scmid: github
dependson:
- chart
- module_version
- "chart:or"
- "module_version:or"
dependsonchange: true
disablesourceinput: true
spec:
command: "rm -rf keda/charts && kubectl kustomize . -o keda.yaml --enable-helm && git diff --shortstat keda.yaml"
command: "rm -rf keda/charts && kubectl kustomize . -o keda.yaml --enable-helm"
changedif:
kind: file/checksum
spec:
files:
- keda.yaml
environments:
- name: PATH

Expand Down

0 comments on commit 556207a

Please sign in to comment.