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

[BUG REPORT] Repeated value in path results in an incorrect default value. #74

Closed
hamza-m-masood opened this issue Sep 28, 2023 · 1 comment
Assignees

Comments

@hamza-m-masood
Copy link

hamza-m-masood commented Sep 28, 2023

image
As you can see from the above image, since ingress is repeated twice, I get a strange output for the default value, instead of just "/"

image
As you can see from this image, since ingress is not repeated, I do not get the error. I get the expected output for the default value.

This is the structure of my yaml for the first image(with the bug):
ingress:

ingress:
 ## @param global.ingress.enabled if true, an ingress resource is deployed. Only useful if an ingress controller is available, like Ingress-NGINX.
 enabled: false
 ## @param global.ingress.className Ingress.className defines the class or configuration of ingress which should be used by the controller
 className: nginx

 annotations:
   ## @param global.ingress.annotations.ingress.kubernetes.io/rewrite-target ingress annoaation for rewrite-target
   ingress.kubernetes.io/rewrite-target: "/"
@hamza-m-masood hamza-m-masood changed the title Repeated value in path results in an incorrect default value. [BUG REPORT] Repeated value in path results in an incorrect default value. Sep 28, 2023
@fmulero
Copy link
Contributor

fmulero commented Oct 20, 2023

Hi @HamzaMasood1 thanks a lot for sharing your finding.

I will close this tasks because is a duplicate of #70. Please feel free to add comments or reopen it if you have any doubt or concern.

@fmulero fmulero closed this as completed Oct 20, 2023
@fmulero fmulero self-assigned this Oct 20, 2023
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

No branches or pull requests

2 participants