You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "/"
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 controllerclassName: nginxannotations:
## @param global.ingress.annotations.ingress.kubernetes.io/rewrite-target ingress annoaation for rewrite-targetingress.kubernetes.io/rewrite-target: "/"
The text was updated successfully, but these errors were encountered:
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
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 "/"
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:
The text was updated successfully, but these errors were encountered: