Skip to content

Commit 54222cf

Browse files
committed
fix: agocd
1 parent 7998b6f commit 54222cf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

components/demos/instance/rhods/datasciencecluster.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ kind: DataScienceCluster
22
apiVersion: datasciencecluster.opendatahub.io/v1
33
metadata:
44
name: default-dsc
5+
annotations:
6+
argocd.argoproj.io/sync-wave: "-1"
57
labels:
68
app.kubernetes.io/name: datasciencecluster
79
app.kubernetes.io/instance: default

components/demos/instance/rhods/odh-dashboard-config-cr.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
apiVersion: opendatahub.io/v1alpha
22
kind: OdhDashboardConfig
33
metadata:
4+
annotations:
5+
argocd.argoproj.io/sync-wave: "3"
46
name: odh-dashboard-config
57
namespace: redhat-ods-applications
68
spec:

0 commit comments

Comments
 (0)