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
Bugfix: Fix ingress error causing spec and Rules to be on single line (#22)
* [Bugfix] Fix ingress issue defined in issue 21
Why do we need this change?
=======================
Introduced recently in the TLS section is the {{- end -}} where we suppress the newline. This causes the rules to end up on the same line as the previous section and would break the schema and get something like spec:rules: which is invalid
What effects does this change have?
=======================
Changes the {{- end -}} for the TLS section of the ingress to not suppress the newline
* Bump version of the chart as needed
0 commit comments