mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
18 lines
373 B
YAML
18 lines
373 B
YAML
apiVersion: datasciencecluster.opendatahub.io/v1
|
|
kind: DataScienceCluster
|
|
metadata:
|
|
name: default-dsc
|
|
namespace: opendatahub
|
|
generation: 2
|
|
spec:
|
|
components:
|
|
dashboard:
|
|
managementState: Managed
|
|
status:
|
|
phase: Ready
|
|
observedGeneration: 1
|
|
conditions:
|
|
- type: Ready
|
|
status: "True"
|
|
reason: Ready
|
|
message: "All components are ready"
|