Setting the .Values.node.daemonset.priorityClassCreate to true creates the falcon-helm-node-security-critical PriorityClass, but the Daemonset template doesn't use it unless the .Values.node.daemonset.priorityClassName is also explicitly set.
|
{{- if or .Values.node.daemonset.priorityClassName .Values.node.gke.autopilot }} |
Setting the
.Values.node.daemonset.priorityClassCreatetotruecreates thefalcon-helm-node-security-criticalPriorityClass, but the Daemonset template doesn't use it unless the.Values.node.daemonset.priorityClassNameis also explicitly set.falcon-helm/helm-charts/falcon-sensor/templates/daemonset.yaml
Line 193 in f5ed2e5