Kong / charts

Helm chart for Kong
Apache License 2.0
242 stars 474 forks source link

chart creates the `IngressClass` resource if KIC disabled #766

Open mflendrich opened 1 year ago

mflendrich commented 1 year ago

The 2.17.0-rc.2 helm chart renders the IngressClass object even if the ingress controller is disabled.

Per @erichsend's report, this causes Argo CD to complain if two rollouts are made - one for Gateways, the other one for KIC:

SharedResourceWarning
IngressClass/kong is part of applications argocd/konnect-kic-controller and konnect-kic-dps
erichsend commented 1 year ago

@mflendrich This was a bad report on my part. It had to do with using the chart as a sub-chart and not ensuring my custom values were properly propagated to the kong subchart.