diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index 430391c97..502e4e903 100644 --- a/charts/node-analyzer/README.md +++ b/charts/node-analyzer/README.md @@ -129,7 +129,9 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `nodeAnalyzer.apiEndpoint` | Specifies the Sysdig secure API endpoint, without the protocol. `secure.sysdig.com` | ` ` | | `nodeAnalyzer.sslVerifyCertificate` | Set to `false` to allow insecure connections to the Sysdig backend, such as an On-Prem deployment. | | | `nodeAnalyzer.debug` | Set to `true` to show debug logging, which is useful for troubleshooting. | | -| `nodeAnalyzer.priorityClassName` | Sets the priority class name variable. | | +| `nodeAnalyzer.createPriorityClass` | Specify whether or not to create a priority class for the node analyzer components | `false` | +| `nodeAnalyzer.priorityClassName` | Sets the priority class name variable. | `` | +| `nodeAnalyzer.priorityClassValue` | Sets the priority class value for the node analyzer daemonset. | `` | | `nodeAnalyzer.httpProxy` | Sets the HTTP proxy configuration variables. | | | `nodeAnalyzer.httpsProxy` | Sets the HTTPS proxy configuration variables. | | | `nodeAnalyzer.noProxy` | Sets `noProxy ` configuration variables. | | diff --git a/charts/node-analyzer/values.yaml b/charts/node-analyzer/values.yaml index 32400e8e6..583c2dcd6 100644 --- a/charts/node-analyzer/values.yaml +++ b/charts/node-analyzer/values.yaml @@ -119,9 +119,15 @@ nodeAnalyzer: operator: Equal value: "true" + # Specify if the Priority Class needs to be created + createPriorityClass: false + # Set nodeAnalyzer daemonset priorityClassName priorityClassName: + # Set the value for the Priority Class (if it is to be created) + priorityClassValue: + # Allow the DaemonSet to set labels labels: {} # Use this pullSecret to pull images from a private registry