Skip to content

Commit 98a48be

Browse files
committed
fix: sync waves
1 parent 54222cf commit 98a48be

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

components/demos/instance/rhods/datasciencecluster.yaml

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: opendatahub.io/v1alpha
22
kind: OdhDashboardConfig
33
metadata:
44
annotations:
5-
argocd.argoproj.io/sync-wave: "3"
5+
argocd.argoproj.io/sync-wave: "5"
66
name: odh-dashboard-config
77
namespace: redhat-ods-applications
88
spec:

0 commit comments

Comments
 (0)