-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Ensure workflows maintain matching status.services.di/js in their ConfigMaps. both of these should only change (together) upon future workflow reconciliation.
apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow metadata: name: sonataflow-example namespace: example-ns annotations: sonataflow.org/profile: prod status: services: dataIndexRef: name: data-index namespace: central-platform-ns jobServicesRef: name: job-service namespace: central-platform-ns
Based on -
apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform metadata: name: example-platform namespace: example-ns spec: build: resources: {} timeout: 0s status: clusterPlatform: name: cluster-platform platformRef: name: sonataflow-platform namespace: central-platform-ns services: dataIndexRef: url: <base url> jobServiceRef: url: <base url>
- clones
-
KOGITO-9972 [Operator] New SonataFlowClusterPlatform CRD & Controller
- Resolved
- is cloned by
-
KOGITO-9974 [Docs] Create documentation for cluster-scoped services
- Resolved