Skip to content

Commit

Permalink
Fix matrix generator for strimzi applications (#325)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless authored Jan 23, 2024
1 parent 78f3f20 commit 1197fcf
Showing 1 changed file with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,25 @@ spec:
- matrix:
generators:
- git:
repoURL: https://github.com/skodjob/deployment-hub
revision: HEAD
files:
- path: "strimzi/**/argo-config.yaml"
- git:
repoURL: https://github.com/skodjob/deployment-hub
- path: strimzi/**/argo-config.yaml
repoURL: 'https://github.com/skodjob/deployment-hub'
revision: HEAD
- clusters:
selector:
matchLabels:
environment: upstream-latest
- matrix:
generators:
- git:
files:
- path: "infra/strimzi/argo-config.yaml"
- path: infra/strimzi/argo-config.yaml
repoURL: 'https://github.com/skodjob/deployment-hub'
revision: HEAD
- clusters:
selector:
matchLabels:
environment: 'upstream-latest'
environment: upstream-latest
template:
metadata:
name: '{{appname}}-{{name}}'
Expand Down

0 comments on commit 1197fcf

Please sign in to comment.