-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
🐛 fix operator-sdk generate kustomize manifests to respect changes made by users in the config/manifests #5960
🐛 fix operator-sdk generate kustomize manifests to respect changes made by users in the config/manifests #5960
Conversation
…de by users in the config/manifests Signed-off-by: Camila Macedo <cmacedo@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple minor wording nits on the docs. Other than that looks great! Thanks Camila!
Co-authored-by: Bryce Palmer <everettraven@gmail.com>
Co-authored-by: Bryce Palmer <everettraven@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
…de by users in the config/manifests (operator-framework#5960) * 🐛 fix operator-sdk generate kustomize manifests to respect changes made by users in the config/manifests Signed-off-by: Camila Macedo <cmacedo@redhat.com> * Update website/content/en/docs/faqs/_index.md Co-authored-by: Bryce Palmer <everettraven@gmail.com> * Update website/content/en/docs/faqs/_index.md Co-authored-by: Bryce Palmer <everettraven@gmail.com> Co-authored-by: Bryce Palmer <everettraven@gmail.com> Signed-off-by: Daniel Campos Olivares <daniel.campos.olivares@sap.com>
Signed-off-by: Camila Macedo cmacedo@redhat.com
Description of the change:
fix operator-sdk generate kustomize manifests to respect changes made by users in the config/manifests
Motivation for the change:
If we change the target value on the command to solve the breaking change faced with Kustomize v4 it still not working
because the SDK subcommand call the Helper plugin to generate the CSV and it was not configured to Skip the file when it is scaffolded already.
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments
(seechangelog/fragments/00-template.yaml
)website/content/en/docs
Motivation: #5898