Skip to content

Commit b695cdf

Browse files
committed
fix workloads
Signed-off-by: Carlos Santana <[email protected]>
1 parent 7e979a8 commit b695cdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/workloads/teams/teams-appset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- in-cluster
2525
template:
2626
metadata:
27-
name: 'team-{{name}}-{{path.basename}}'
27+
name: '{{name}}-team-{{path.basename}}'
2828
spec:
2929
project: default
3030
source:

charts/team/templates/repo-appset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
# annotations:
2121
# notifications.argoproj.io/subscribe.on-deployed.github: ""
2222
spec:
23-
project: '{{ $.Release.Name }}'
23+
project: {{ $.Values.cluster }}-{{ $.Release.Name }}
2424
source:
2525
repoURL: 'https://github.com/{{ $.Values.githubOrg | default $.Release.Name }}/{{ . }}'
2626
targetRevision: 'HEAD'

0 commit comments

Comments
 (0)