File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8736,6 +8736,9 @@ spec:
87368736 for all ArgoCD components.
87378737 type: string
87388738 type: object
8739+ x-kubernetes-validations:
8740+ - message: spec.sso and spec.oidcConfig cannot both be set
8741+ rule: '!(has(self.sso) && has(self.oidcConfig))'
87398742 status:
87408743 description: ArgoCDStatus defines the observed state of ArgoCD
87418744 properties:
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ metadata:
180180 capabilities : Deep Insights
181181 console.openshift.io/plugins : ' ["gitops-plugin"]'
182182 containerImage : quay.io/redhat-developer/gitops-operator
183- createdAt : " 2026-01-07T03:42:02Z "
183+ createdAt : " 2026-01-27T08:33:05Z "
184184 description : Enables teams to adopt GitOps principles for managing cluster configurations
185185 and application delivery across hybrid multi-cluster Kubernetes environments.
186186 features.operators.openshift.io/disconnected : " true"
Original file line number Diff line number Diff line change @@ -8725,6 +8725,9 @@ spec:
87258725 for all ArgoCD components.
87268726 type: string
87278727 type: object
8728+ x-kubernetes-validations:
8729+ - message: spec.sso and spec.oidcConfig cannot both be set
8730+ rule: '!(has(self.sso) && has(self.oidcConfig))'
87288731 status:
87298732 description: ArgoCDStatus defines the observed state of ArgoCD
87308733 properties:
You can’t perform that action at this time.
0 commit comments