Closed Envek closed 4 years ago
helm template is failing if I try to enable Faktory UI:
helm template
faktory: ui: ingress: enabled: yes hosts: - host: example.com path: /admin/faktory
Fix README along the way.
Duplicate ingress in values:
faktory: ui: ingress: &faktory-ingress hosts: - host: example.com path: /admin/faktory ingress: <<: *faktory-ingress
[stable/chart]
Thank you!
0.10.2 is on it's way out and will be available in the repo shortly.
0.10.2
What this PR does / why we need it:
helm template
is failing if I try to enable Faktory UI:Fix README along the way.
Workaround
Duplicate ingress in values:
Special notes for your reviewer:
Checklist
[stable/chart]
)