Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix up missing space in url element of helm chart #43

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

jaypipes
Copy link
Collaborator

The Chart.yaml.tpl was missing a space after the url: element for
maintainer team, resulting in the following error when eventually
running the scripts/helm-publish-chart.sh script:

Generating Helm chart package for mq@v0.0.2 ... Error: cannot load Chart.yaml: error converting YAML to JSON: yaml: line 15: could not find expected ':'

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The Chart.yaml.tpl was missing a space after the `url:` element for
maintainer team, resulting in the following error when eventually
running the scripts/helm-publish-chart.sh script:

```
Generating Helm chart package for mq@v0.0.2 ... Error: cannot load Chart.yaml: error converting YAML to JSON: yaml: line 15: could not find expected ':'
```
@jaypipes
Copy link
Collaborator Author

@RedbackThomson @a-hilaly easy review... please merge at will.

@RedbackThomson
Copy link
Contributor

Oh gross. Thanks!

@RedbackThomson RedbackThomson merged commit b2c902d into aws-controllers-k8s:main Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants