helmify
helmify copied to clipboard
Feature: Allow specifying ingressClassName from values.yaml
Also, would be awesome to make ingress optional, like ingress.enabled: true
Good idea! Probably the best way is to modify the ingress processor pkg/processor/service/ingress.go in the following way:
- Wrap template with
{{- if ... - Add
ingress.enabledto values.yaml