Skip to content

Commit

Permalink
Merge pull request #368 from johnbieren/rsc_advrepo
Browse files Browse the repository at this point in the history
feat(RHTAPREL-815): add advisoryRepo to RSC.spec
  • Loading branch information
johnbieren authored Feb 20, 2024
2 parents 960999f + 4cc2285 commit da7cc07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/v1alpha1/releaseserviceconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ type ReleaseServiceConfigSpec struct {
// in debug mode
// +optional
Debug bool `json:"debug,omitempty"`

// AdvisoryRepo is the repo to create advisories in during the managed release PipelineRun
// +optional
AdvisoryRepo string `json:"advisoryRepo,omitempty"`
}

// ReleaseServiceConfigStatus defines the observed state of ReleaseServiceConfig.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ spec:
spec:
description: ReleaseServiceConfigSpec defines the desired state of ReleaseServiceConfig.
properties:
advisoryRepo:
description: AdvisoryRepo is the repo to create advisories in during
the managed release PipelineRun
type: string
debug:
description: Debug is the boolean that specifies whether or not the
Release Service should run in debug mode
Expand Down

0 comments on commit da7cc07

Please sign in to comment.