Enable overriding of ingress api version for systems where detection doesn't work #252
Reference in New Issue
Block a user
No description provided.
Delete Branch "enable-ingress-override"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fixes #251
The rendering is a bit more programatic but the result is the same if you don't have an override. This makes the code a little easier at the end of the template, and slightly less easier to read at the beginning, which I think is a valid tradeoff.
The "override" suffix is not necessary, I'd say. As long as it is commented out and well documented that in most cases this gets automatically detected, one can treat it like image.tag value.
Please add this option to the README section (table) for ingress.
? Wrong line commented. The new option was meant.
Sorry for not mentioning this earlier, haven't realized it before: The most settings in values.yaml are lowerCamelCase. Let's be consistent with the
apiVersion
as well. ?Sure thing, consistency is good. Fixed.
Will have a look today at your PR :)
Somehow I missed to actually approve this one. LGTM.
LGTM