SysbeeTech / kubedeploy

Kubedeploy
https://kubedeploy.app/
Apache License 2.0
5 stars 2 forks source link

fix(healthcheck): allow optional healthcheck probes #15

Closed btoic closed 10 months ago

btoic commented 10 months ago

Prior to this fix if healthcheck probe was not defined, template would still render all three probes. Undefined probes would have no healthcheck methods, making the deployed manifest unusable.

fix: #7