Hi,
In the Helm chart, you have this annotation:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
which is great. prevents eviction of env0 pods
Same thing is needed for those who use Karpenter for autoscaling
karpenter.sh/do-not-evict: "true"
Could be great if you check on adding that to the chart you supply
Thanks