Skip to content

Commit b2c902d

Browse files
Merge pull request #43 from jaypipes/fix-helm-team-url
fix up missing space in url element of helm chart
2 parents b977d86 + a943516 commit b2c902d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/helm/Chart.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ maintainers:
1111
- name: ACK Admins
1212
url: https://github.com/orgs/aws-controllers-k8s/teams/ack-admin
1313
- name: {{ .ServiceIDClean }} Admins
14-
url:https://github.com/orgs/aws-controllers-k8s/teams/{{ .ServiceIDClean }}-maintainer
14+
url: https://github.com/orgs/aws-controllers-k8s/teams/{{ .ServiceIDClean }}-maintainer
1515
keywords:
1616
- aws
1717
- kubernetes
18-
- {{ .ServiceIDClean }}
18+
- {{ .ServiceIDClean }}

0 commit comments

Comments
 (0)