-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
generate bundle
: Support overwriting of annotations.yaml
#6787
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Updated, Please help to take a look |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
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: