Skip to content

Commit

Permalink
Fix matrix generator for strimzi applications
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
  • Loading branch information
Frawless committed Jan 23, 2024
1 parent 390bcd4 commit 9974548
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 9974548

Please sign in to comment.