[stable/gocd] Quote ingress host#20477
[stable/gocd] Quote ingress host#20477k8s-ci-robot merged 4 commits intohelm:masterfrom austinorth:master
Conversation
When using a wildcard DNS name for host, such as *.example.com, Helm fails with a yaml parsing error. Added quote function to allow use of wildcard. Signed-off-by: Austin Orth <aorth@niche.com>
Signed-off-by: Austin Orth <aorth@niche.com>
|
Hi @austinorth. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
varshavaradarajan
left a comment
There was a problem hiding this comment.
Thanks for the PR @austinorth! Do you mind changing the api version of ingress to networking.k8s.io/v1beta1? Just want to avoid an additional release just for that. I had tried doing it before - #15377 (comment)
Changed version of api for ingress to networking.k8s.io/v1beta1. Signed-off-by: Austin Orth <aorth@niche.com>
|
/ok-to-test |
|
@austinorth - Can you please update the changelog? |
|
@varshavaradarajan sure! should I include the chart version bump commit, or just b856007 and e2f27a9 ? |
Updated the changelog with relevant commits for this patch version. Signed-off-by: Austin Orth <aorth@niche.com>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: austinorth, varshavaradarajan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* [stable/gocd] Quote ingress host When using a wildcard DNS name for host, such as *.example.com, Helm fails with a yaml parsing error. Added quote function to allow use of wildcard. Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Bump Chart version Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Ingress api version change Changed version of api for ingress to networking.k8s.io/v1beta1. Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Updated changelog Updated the changelog with relevant commits for this patch version. Signed-off-by: Austin Orth <aorth@niche.com> Signed-off-by: Sergio Borges <sergio.borges@safetyculture.io>
* [stable/gocd] Quote ingress host When using a wildcard DNS name for host, such as *.example.com, Helm fails with a yaml parsing error. Added quote function to allow use of wildcard. Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Bump Chart version Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Ingress api version change Changed version of api for ingress to networking.k8s.io/v1beta1. Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Updated changelog Updated the changelog with relevant commits for this patch version. Signed-off-by: Austin Orth <aorth@niche.com> Signed-off-by: Sergio Borges <sergio.borges@safetyculture.io>
…tainer * upstream/master: (309 commits) [stable/moodle] Set MOODLE_SKIP_INSTALL environment variable via values.yaml config. (helm#20523) [stable/prometheus-redis-exporter] Update image for exporter (helm#19317) update alantis version (helm#20507) [stable/spring-cloud-data-flow] Update to new SCDF version 2.4.0 (helm#20517) [stable/prometheus-blackbox-exporter] add "allowIcmp" setting (helm#20409) Allow DNS egress to resolve hostnames (helm#20437) [stable/rabbitmq] Add PrometheusRule. (helm#20478) [stable/drupal] Release 6.2.4 updating components versions (helm#20491) [stable/metabase] interpolate liveness and readiness probes (helm#20475) [stable/grafana] Fix a typo in the Grafana chart notes (helm#20490) [stable/gocd] Quote ingress host (helm#20477) [stable/metabase] allow setting jetty options (helm#20456) [stable/pgadmin] upgrade to 4.17 and more (helm#20211) [stable/prometheus-operator] add apiserverConfig (helm#20453) [stable/graylog] Fix helm#20306, add `helm2Compatibility` flag to `values.yaml` that preserves specific labels installed by helm2 for backward compatibility. (helm#20464) Add annotation support to pushgateway service (helm#20351) Upgrade nfs-provisioner to v2.3.0 (helm#20468) [stable/sysdig] Upgrade to latest Sysdig Image (9.5.0) (helm#20471) [stable/odoo] Update PostgreSQL dependency to latest major (helm#20467) [stable/redis] Add PrometheusRule. (helm#20388) ...
* [stable/gocd] Quote ingress host When using a wildcard DNS name for host, such as *.example.com, Helm fails with a yaml parsing error. Added quote function to allow use of wildcard. Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Bump Chart version Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Ingress api version change Changed version of api for ingress to networking.k8s.io/v1beta1. Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Updated changelog Updated the changelog with relevant commits for this patch version. Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/gocd] Quote ingress host When using a wildcard DNS name for host, such as *.example.com, Helm fails with a yaml parsing error. Added quote function to allow use of wildcard. Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Bump Chart version Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Ingress api version change Changed version of api for ingress to networking.k8s.io/v1beta1. Signed-off-by: Austin Orth <aorth@niche.com> * [stable/gocd] Updated changelog Updated the changelog with relevant commits for this patch version. Signed-off-by: Austin Orth <aorth@niche.com> Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
When using a wildcard DNS name for host, such as *.example.com, Helm
fails with a yaml parsing error.
Signed-off-by: Austin Orth aorth@niche.com
What this PR does / why we need it:
Added quote function to allow use of wildcard DNS names in the ingress template. Without this PR, Helm will error when trying to set up the ingress when users try a wildcard DNS name.
Which issue this PR fixes
When setting
hostsin values file to["*.example.com"]Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[stable/mychartname])cc: @arvindsv @GaneshSPatil @varshavaradarajan