-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Dear maintainers,
First of all, thanks for this library, it's very helpful to reduce the helm boilerplate. It seems there is a small issue with ingress templating.
The hosts section is not correctly rendered. The following snippet is the input
objects:
ingress:
frontend:
enabled: true
rules:
frontend:
host: _HT*hull.config.specific.ingress.host
http:
paths:
standard:
path: /
pathType: Prefix
backend:
service:
name: frontend
port:
name: http
tls:
frontend:
hosts:
- _HT*hull.config.specific.ingress.host
the output is then
...
spec:
rules:
- host: workspace.qualicoat.test
http:
paths:
- backend:
service:
name: release-name-workspace-frontend
port:
name: http
path: /
pathType: Prefix
tls:
- hosts: foo.com
secretName: release-name-workspace-foo.com
however, the tls section of the output should be
tls:
- hosts:
- foo.com
secretName: release-name-workspace-foo.com
Or am I overlooking something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels