generate bundle
: Support overwriting of annotations.yaml
#6787
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
language/go
Issue is related to a Go operator project
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
andannotations.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 thebundle.Dockerfile
.Describe the solution you'd like.
Amend
--overwrite
to support overwriting annotations only (or provide a new--overwrite-annotations
option). Ex:/language go
The text was updated successfully, but these errors were encountered: