Conversation
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
|
Did you also check the rest of the Nuclei documentation (since you are closing the general issue for sanity-checking the docs with this PR), or is this only for the one specific problem related to template caches (in which case we should leave the issue open)? |
Ah nope, good point 👍 |
|
installing nuclei with the following works. templates are downloaded. However installing it normally (with the template cache enabled ) results in forever |
|
@Ilyesbdlala yup probably, you can check by running kubectl describe nuclei-content-claimThis should include a error description in the pvc. Note: the 3.4.0 helm chart currently also had some issue with the security context, might also be related and blocking your containers from being executed |
|
Just for reference, the command the view the PersistentVolumeClaim was works well otherwise. |
Description
Related to secureCodeBox/documentation#166
Noticed that there was still a bug in the chart when disabling the template cache.
Also added docs on how to actually disable it.
Checklist
npm testruns for the whole project.