Yury Kovalev
Yury Kovalev
Hi OpenShift Console team, We would like to fill in the default values for resource requirements in the CRD. Here's the example of the schema definition: ``` type OperandSpec struct...
### Reasons for making this change fixes #2593 ### Checklist * [ ] **I'm updating documentation** - [ ] I've [checked the rendering](https://react-jsonschema-form.readthedocs.io/en/latest/#contributing) of the Markdown text I've added *...
## Bug Report Hi, I have a situation when I need to delete a default key from a dependent subchart in my main chart by setting it to `null` as...
Fixes pt. 2 in #224 Filter manifest changes when controller has entered exponential backoff. This prevents any further updates from being made after the rollback.
## Problem When the reconciler fails to upgrade the release it rollbacks to the previous revision and returns an error. The controller runtime is expected to retry the reconciliation with...
## Problem If I have a CR in a chart and remove its definition from the cluster, it may result in a broken operator state: 1. If I have a...
Fixes pt. 1 in #224 When install or upgrade fails irreconcilable status is set 2 times, this always lead to a CR update and a new reconciliation cycle.