Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(RELEASE-903): remove advisoryRepo from RSC #576

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions api/v1alpha1/releaseserviceconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ type ReleaseServiceConfigSpec struct {
// +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"`

// DefaultTimeouts contain the default Tekton timeouts to be used in case they are
// not specified in the ReleasePlanAdmission resource.
DefaultTimeouts tektonv1.TimeoutFields `json:"defaultTimeouts,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ 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
Expand Down
Loading