According to the values.yaml, the operator does currently not have a priorityclassname.
It should have one - so that when resources need to be pre-emptied, the operator still stays alive due to higher priority than lower value resources, e.g.
priorityClassName: "operator"
According to the values.yaml, the operator does currently not have a priorityclassname.
It should have one - so that when resources need to be pre-emptied, the operator still stays alive due to higher priority than lower value resources, e.g.
priorityClassName: "operator"