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

cert manager helm charts uses non-ascii hyphen #2521

Closed
derrickburns opened this issue Jan 16, 2020 · 5 comments
Closed

cert manager helm charts uses non-ascii hyphen #2521

derrickburns opened this issue Jan 16, 2020 · 5 comments
Labels
area/deploy Indicates a PR modifies deployment configuration good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Comments

@derrickburns
Copy link

derrickburns commented Jan 16, 2020

This causes a problem with tools that expect ascii. Can you please replace the unicode hyphen with a ascii hyphen?

$ curl -sL "https://github.com/jetstack/cert-manager/releases/download/v0.12.0/cert-manager.yaml"  | tr -cd '\11\12\15\40-\176' >/tmp/new-certmanager.yaml
$ curl -sL "https://github.com/jetstack/cert-manager/releases/download/v0.12.0/cert-manager.yaml"  >/tmp/orig-certmanager.yaml
$ cmp /tmp/orig-certmanager.yaml /tmp/new-certmanager.yaml
/tmp/orig-certmanager.yaml /tmp/new-certmanager.yaml differ: char 22698, line 560
$ diff /tmp/orig-certmanager.yaml /tmp/new-certmanager.yaml
560c560
<                         the DNS configuration for Akamai DNS—Zone Record Management
---
>                         the DNS configuration for Akamai DNSZone Record Management
1947c1947
<                               containing the DNS configuration for Akamai DNS—Zone
---
>                               containing the DNS configuration for Akamai DNSZone
3645c3645
<                               containing the DNS configuration for Akamai DNS—Zone
---
>                               containing the DNS configuration for Akamai DNSZone
@retest-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to jetstack.
/lifecycle stale

@jetstack-bot jetstack-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 15, 2020
@munnerz
Copy link
Member

munnerz commented Apr 23, 2020

Huh, that's weird - if you could open a PR to adjust these line endings that'd be great 😅

/area deploy
/kind cleanup
/remove-lifecycle stale
/priority important-longterm
/good-first-issue

@jetstack-bot
Copy link
Collaborator

@munnerz:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

Huh, that's weird - if you could open a PR to adjust these line endings that'd be great 😅

/area deploy
/kind cleanup
/remove-lifecycle stale
/priority important-longterm
/good-first-issue

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@jetstack-bot jetstack-bot added area/deploy Indicates a PR modifies deployment configuration kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Apr 23, 2020
@meyskens
Copy link
Contributor

meyskens commented Aug 5, 2020

Seems fixed in 0.16

Will close this.

/close

@jetstack-bot
Copy link
Collaborator

@meyskens: Closing this issue.

In response to this:

Seems fixed in 0.16

Will close this.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/deploy Indicates a PR modifies deployment configuration good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
None yet
Development

No branches or pull requests

5 participants