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
Check for existing ingress when appending to status (#89)
* Check for existing ingress when appending to status
* Dry
* Address PR feedback
* Deep copy the origin earlier
Update `Ingress.status.loadBalancer.ingress` when reconciling (#69)
* Update service status when reconciling
* Addressing PR comments
Missed some stuff
feat: add ARM docker image build (#45)
* style: as -> AS in Dockerfile
* feat: add TARGETARCH for go build
* feat: use Github action for docker image build
* chore: add default TARGETARCH=amd64 for Makefile