This is the Experimental version (Latest). It is under active development and may change. For the most reliable documentation, use the version selector in the top-right to switch to Stable, or click here to go to the Stable version's homepage.
DefectDojo Configurations
Last updated:
Disable DefectoDojo Initializer
Section titled “Disable DefectoDojo Initializer”First time installation of DefectDojo will need to run initialization to its dependencies.
Once installed and successfully finished Post-Installation steps. You need to disable its initializer.
-
Connect to
🟢 ManagementKubernetes Cluster ; i.e w/ Kubeconfig FileSet Kubeconfig File
Ensure you have defined and loaded your Global Shell Variables as described in Shell Variables.
Terminal window source $BASE_WORKING_DIR/shell-values/kubernetes/management_cluster.vars.sh -
Disable DefectoDojo Initializer by modifying Helm Values with Helm
Terminal window helm upgrade defectdojo defectdojo/defectdojo \--namespace devsecops-system --version 1.6.179 \--reuse-values --set initializer.run=false
Finished?
Use the below navigation to proceed