Skip to content

Commit

Permalink
github_actions_ci: Update public key
Browse files Browse the repository at this point in the history
  • Loading branch information
draios-jenkins committed Jul 21, 2023
1 parent 82d49b3 commit 20c11cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/node-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | |
Expand Down
6 changes: 6 additions & 0 deletions charts/node-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20c11cb

Please sign in to comment.