lacework / helm-charts

Official Lacework Helm Charts
Apache License 2.0
12 stars 29 forks source link

lacework-agent: cluster-agent should have dedicated priorityClassName and toleration configs #174

Open vflaux opened 1 year ago

vflaux commented 1 year ago

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 under clusterAgent.priorityClassName.

treyhyde commented 1 year ago

This is in the same ballpark as #133, agent and daemonset have very different properties but share most of the config.

joebowbeer commented 1 year ago

Fixed by https://github.com/lacework/helm-charts/pull/201 ?

See

.Values.deployment.priorityClassCreate
.Values.deployment.priorityClassName