-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.language/goIssue is related to a Go operator projectIssue is related to a Go operator projectlifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Feature Request
Describe the problem you need a feature to resolve.
Operator bundles need to have annotations for releasing in various catalogs. These should be synced between bundle.Dockerfile
and annotations.yaml
, per the bundle format docs. However, operator-sdk generate bundle
provides no easy means to do this. --overwrite
wipes out any additional labels on the bundle.Dockerfile
.
Describe the solution you'd like.
Amend --overwrite
to support overwriting annotations only (or provide a new --overwrite-annotations
option). Ex:
operator-sdk generate bundle --overwrite=annotations
/language go
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.language/goIssue is related to a Go operator projectIssue is related to a Go operator projectlifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.