We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e979a8 commit b695cdfCopy full SHA for b695cdf
bootstrap/workloads/teams/teams-appset.yaml
@@ -24,7 +24,7 @@ spec:
24
- in-cluster
25
template:
26
metadata:
27
- name: 'team-{{name}}-{{path.basename}}'
+ name: '{{name}}-team-{{path.basename}}'
28
spec:
29
project: default
30
source:
charts/team/templates/repo-appset.yaml
@@ -20,7 +20,7 @@ spec:
20
# annotations:
21
# notifications.argoproj.io/subscribe.on-deployed.github: ""
22
23
- project: '{{ $.Release.Name }}'
+ project: {{ $.Values.cluster }}-{{ $.Release.Name }}
repoURL: 'https://github.com/{{ $.Values.githubOrg | default $.Release.Name }}/{{ . }}'
targetRevision: 'HEAD'
0 commit comments