diff --git a/api/v1/codebasebranch_types.go b/api/v1/codebasebranch_types.go index 6ef145b0..3e86aa11 100644 --- a/api/v1/codebasebranch_types.go +++ b/api/v1/codebasebranch_types.go @@ -35,7 +35,7 @@ type CodebaseBranchSpec struct { // Pipelines is a map of pipelines related to the branch. // +nullable // +optional - // +kubebuilder:example:={"review": "review-pipeline", "build": "build-pipeline"} + // +kubebuilder:example:={"review": "review-pipeline", "build": "build-pipeline", "security": "security-pipeline"} Pipelines map[string]string `json:"pipelines,omitempty"` }