helmify icon indicating copy to clipboard operation
helmify copied to clipboard

Feature: Allow specifying ingressClassName from values.yaml

Open tpoxa opened this issue 1 year ago • 1 comments

Also, would be awesome to make ingress optional, like ingress.enabled: true

tpoxa avatar Nov 06 '23 19:11 tpoxa

Good idea! Probably the best way is to modify the ingress processor pkg/processor/service/ingress.go in the following way:

  1. Wrap template with {{- if ...
  2. Add ingress.enabled to values.yaml

arttor avatar Nov 07 '23 07:11 arttor