ข้ามไปยังเนื้อหา

This is the Stable version of the documentation. The latest version is experimental and under active development. You can use the version selector in the top-right menu to switch versions for this specific page, or click here to go to the latest version's homepage.

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