2.7 KiB
2.7 KiB
What does this PR do?
Screenshot/screencast of this PR
What issues does this PR fix or reference?
How to test this PR?
cat > /tmp/patch.yaml <<EOF
<PATCH_CONTENT>
EOF
chectl server:deploy \
--installer operator \
--platform <PLATFORM_TO_DEPLOY> \
--che-operator-image <CUSTOM_OPERATOR_IMAGE> \
--che-operator-cr-patch-yaml /tmp/patch.yaml
PR Checklist
As the author of this Pull Request I made sure that:
- The Eclipse Contributor Agreement is valid
- Code produced is complete
- Code builds without errors
- Tests are covering the bugfix
- Development resource are up to date
- The repository devfile is up to date and works
- Sections
What issues does this PR fix or referenceandHow to test this PRcompleted - Relevant user documentation updated
- Relevant contributing documentation updated
- CI/CD changes implemented, documented and communicated
Reviewers
Reviewers, please comment how you tested the PR when approving it.