Open vflaux opened 1 year ago
This is in the same ballpark as #133, agent and daemonset have very different properties but share most of the config.
Fixed by https://github.com/lacework/helm-charts/pull/201 ?
See
.Values.deployment.priorityClassCreate
.Values.deployment.priorityClassName
The cluster-agent use the same priorityClassName and tolerations as the daemonset (
.Values.tolerations
&.Values.priorityClassName
). We should be able to configure these values for the cluster-agent independently, for example underclusterAgent.priorityClassName
.