-
Bug
-
Resolution: Done
-
Critical
-
0.2.0
-
None
-
2019 Week 35-37, 2019 Week 38-40 (from Sep 16)
When a modification on the following strucuture is made, the Operator should update it's build configurations and start a new build right away:
spec:
build:
gitSource:
uri: https://github.com/kiegroup/kogito-examples
contextDir: jbpm-quarkus-example
It's not happening, this part of the code is commented:
/* bcUpdated, err := r.updateBuildConfigs(instance, buildConfig) if err != nil { return reconcile.Result{}, err } if bcUpdated && status.SetProvisioning(instance) { return r.UpdateObj(instance) } */
- relates to
-
KOGITO-192 Review update logic for Operator
- Resolved
-
KOGITO-84 Kogito Operator controller redesign
- Resolved