-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore (node-analyzer): add sslVerifyCertificate=false #2148
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR title does not comply with regex: ^(\w*)(?:\(([\w\$\.\,\-\*\s]*)\))?\:\s?(.*)$
!
Check PR guidelines at https://github.com/sysdiglabs/charts/blob/main/README.md#pull-requests
@@ -40,7 +40,8 @@ helm install sysdig-agent --namespace sysdig-agent --create-namespace \ | |||
--set nodeAnalyzer.secure.vulnerabilityManagement.newEngineOnly=true \ | |||
--set global.kspm.deploy=true \ | |||
--set nodeAnalyzer.nodeAnalyzer.benchmarkRunner.deploy=false \ | |||
--set nodeAnalyzer.nodeAnalyzer.hostScanner.deploy=true | |||
--set nodeAnalyzer.nodeAnalyzer.hostScanner.deploy=true \ | |||
--set nodeAnalyzer.nodeAnalyzer.sslVerifyCertificate=false \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the default value? I thought we need to add SSL verification to the example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding to the example is ok. But the default value is missing. The default value AFAIK is "true" (verify certificate by default), or maybe it is empty achieving the same effect
What this PR does / why we need it:
Checklist
feat(agent,node-analyzer,sysdig-deploy):
)