-
Notifications
You must be signed in to change notification settings - Fork 65
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
feat: Allows to override default values #508
Conversation
Signed-off-by: Anatoliy Bazko <abazko@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.
Please take a look my minor comments before merging
README.md
Outdated
@@ -279,6 +279,10 @@ OPTIONS | |||
-t, --templates=templates | |||
[default: templates] Path to the templates folder | |||
|
|||
--che-operator-cr-patch=che-operator-cr-patch |
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.
well, it's actually checluster-cr... Maybe it makes sense to name it like this then?
README.md
Outdated
@@ -279,6 +279,10 @@ OPTIONS | |||
-t, --templates=templates | |||
[default: templates] Path to the templates folder | |||
|
|||
--che-operator-cr-patch=che-operator-cr-patch |
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.
--che-operator-cr-patch=che-operator-cr-patch | |
--che-operator-cr-patch=che-operator-cr-patch.yaml |
README.md
Outdated
@@ -279,6 +279,10 @@ OPTIONS | |||
-t, --templates=templates | |||
[default: templates] Path to the templates folder | |||
|
|||
--che-operator-cr-patch=che-operator-cr-patch | |||
Path to a yaml file that overrides the default value a CheCluster used by the operator. This parameter is used only |
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.
Path to a yaml file that overrides the default value a CheCluster used by the operator. This parameter is used only | |
Path to a yaml file that overrides the default values in CheCluster CR used by the operator. This parameter is used only |
Signed-off-by: Anatoliy Bazko abazko@redhat.com
What does this PR do?
Allows to override default values of custom resources by providing a patch file.
patch.yaml
What issues does this PR fix or reference?
eclipse-che/che#15684