DefectDojo Configurations
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 $HOME/opstella-installation/shell-values/kubernetes/management_cluster.vars.shTerminal window export KUBECONFIG="$HOME/opstella-installation/kubeconfigs/management_cluster.yaml" -
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