mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Add built-in Lua health checks for the DataScienceCluster and DSCInitialization CRDs from the opendatahub.io API group. These CRDs are used by OpenShift AI to manage platform lifecycle, and without native health checks Argo CD cannot accurately report their readiness. The health mapping is based on the .status.phase field: - "Ready" maps to Healthy - "Error" maps to Degraded (with errorMessage when available) - Any other phase or missing status maps to Progressing Closes #26543 Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
6 lines
146 B
YAML
6 lines
146 B
YAML
apiVersion: dscinitialization.opendatahub.io/v1
|
|
kind: DSCInitialization
|
|
metadata:
|
|
name: default-dsci
|
|
spec:
|
|
applicationsNamespace: opendatahub
|