stakater / IngressMonitorController

A Kubernetes controller to watch ingresses and create liveness alerts for your apps/microservices in UptimeRobot, StatusCake, Pingdom, etc. – [✩Star] if you're using it!
https://stakater.com
Apache License 2.0
578 stars 102 forks source link

chore: fix kustomize build step #596

Closed karlderkaefer closed 2 months ago

karlderkaefer commented 2 months ago

Currently the pipeline fails on step make bundle with following error:

/home/runner/work/IngressMonitorController/IngressMonitorController/bin/kustomize exists. Remove it first.

This happened because the the updated version of envtest is now also installing kustomize.

We can just check if kustomize was installed in localbin folder first.

github-actions[bot] commented 2 months ago

@karlderkaefer Image is available for testing. docker pull stakater/ingressmonitorcontroller:SNAPSHOT-PR-596-6a244b07

karlderkaefer commented 2 months ago

Fyi @MuneebAijaz

MuneebAijaz commented 2 months ago

Thanks for the PR @karlderkaefer