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

Service: Fix wildcard subdomain. #539

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

AndiDog
Copy link
Contributor

@AndiDog AndiDog commented Oct 11, 2023

Towards https://github.com/giantswarm/giantswarm/issues/28355

The error was

Error: YAML parse error on ingress-nginx/templates/controller-service.yaml: error converting YAML to JSON: yaml: line 9: did not find expected alphabetic or numeric character

Likely the YAML parser saw external-dns.alpha.kubernetes.io/hostname: *.bla and instead wanted to see a YAML anchor name. Quote the label value as a simple fix.

Found while testing on CAPA with live customer configuration taken from v2.x of the app.


For changes in the chart, chart templates and container images, I executed the following tests, using the hello-world app, to verify them in live environments:

none

@AndiDog AndiDog requested a review from a team as a code owner October 11, 2023 16:04
@Gacko Gacko changed the title Fix invalid manifest if controller.service.subdomain or controller.service.internal.subdomain contains a wildcard domain Service: Fix wildcard subdomain. Oct 11, 2023
@Gacko Gacko force-pushed the wildcard-external-dns-hostname branch from a536ba1 to 7c25858 Compare October 11, 2023 18:12
@Gacko Gacko force-pushed the wildcard-external-dns-hostname branch from 7c25858 to 5a92c3b Compare October 11, 2023 18:14
@Gacko
Copy link
Member

Gacko commented Oct 11, 2023

I'm currently working on another PR which I probably will propose tonight and merge tomorrow. Afterwards I'll forge a new minor release, so there's no need for you to do this on your own. :)

@Gacko Gacko enabled auto-merge (squash) October 11, 2023 18:15
@Gacko Gacko merged commit e15c4d5 into main Oct 11, 2023
5 checks passed
@Gacko Gacko deleted the wildcard-external-dns-hostname branch October 11, 2023 18:19
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