postfinance / kubenurse

Kubernetes network monitoring
MIT License
407 stars 39 forks source link

fix: added missing condition in ingress.yaml chart file #85

Closed matthisholleville closed 9 months ago

matthisholleville commented 1 year ago

Correction of a bug in the Helm chart regarding the activation of Ingress deployment from the Helm chart.

Indeed, the condition ingress.enabled: true does exist in the values.yaml file but is never applied to the ingress.yaml file.

clementnuss commented 9 months ago

all good, thanks for the fix! and sorry for the delay 😅