You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixeshoneycombio#422
Nest `ingressClassName` under `ingress` in the Refinery chart.
* Move `ingressClassName` under the `ingress` key in `charts/refinery/templates/ingress.yaml`
* Update the indentation to match the new structure
* Modify the condition to check for `ingress.ingressClassName` instead of `ingressClassName`
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/honeycombio/helm-charts/issues/422?shareId=XXXX-XXXX-XXXX-XXXX).
bixu
linked a pull request
Jan 31, 2025
that will
close
this issue
Looking at this, I'm pretty sure what we meant to do was nest like:
but instead, we have
ingressClassName
as a top-level key.The README actually specifies
ingress.ingressClassName
.The text was updated successfully, but these errors were encountered: