Skip to content

DefectDojo Configurations

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.

  1. Connect to 🟢 Management Kubernetes Cluster ; i.e w/ Kubeconfig File

    Set 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.sh
    Terminal window
    export KUBECONFIG="$HOME/opstella-installation/kubeconfigs/management_cluster.yaml"
  2. 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