From ce042eebed1a96987c8ca35cfd4680c2d1c8e385 Mon Sep 17 00:00:00 2001 From: "J. Harte" <13206585+boonware@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:53:52 +0000 Subject: [PATCH] update sync wave --- .../052-group-sync-operator/templates/02-gso_Subcription.yaml | 2 +- .../052-group-sync-operator/templates/03-gso_Secret.yaml | 2 +- .../052-group-sync-operator/templates/04-gso_GroupSync.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster-applications/052-group-sync-operator/templates/02-gso_Subcription.yaml b/cluster-applications/052-group-sync-operator/templates/02-gso_Subcription.yaml index 2827573f..4a7e63fd 100644 --- a/cluster-applications/052-group-sync-operator/templates/02-gso_Subcription.yaml +++ b/cluster-applications/052-group-sync-operator/templates/02-gso_Subcription.yaml @@ -5,7 +5,7 @@ metadata: name: group-sync-operator namespace: group-sync-operator annotations: - argocd.argoproj.io/sync-wave: "053" + argocd.argoproj.io/sync-wave: "052" {{- if .Values.custom_labels }} labels: {{ .Values.custom_labels | toYaml | indent 4 }} diff --git a/cluster-applications/052-group-sync-operator/templates/03-gso_Secret.yaml b/cluster-applications/052-group-sync-operator/templates/03-gso_Secret.yaml index 10600f50..1f9d884f 100644 --- a/cluster-applications/052-group-sync-operator/templates/03-gso_Secret.yaml +++ b/cluster-applications/052-group-sync-operator/templates/03-gso_Secret.yaml @@ -5,7 +5,7 @@ metadata: name: isv-group-sync namespace: group-sync-operator annotations: - argocd.argoproj.io/sync-wave: "054" + argocd.argoproj.io/sync-wave: "052" {{- if .Values.custom_labels }} labels: {{ .Values.custom_labels | toYaml | indent 4 }} diff --git a/cluster-applications/052-group-sync-operator/templates/04-gso_GroupSync.yaml b/cluster-applications/052-group-sync-operator/templates/04-gso_GroupSync.yaml index 1d74b4e9..80440764 100644 --- a/cluster-applications/052-group-sync-operator/templates/04-gso_GroupSync.yaml +++ b/cluster-applications/052-group-sync-operator/templates/04-gso_GroupSync.yaml @@ -5,7 +5,7 @@ metadata: name: isv-group-sync namespace: group-sync-operator annotations: - argocd.argoproj.io/sync-wave: "055" + argocd.argoproj.io/sync-wave: "052" spec: schedule: "{{ .Values.group_sync_operator_cron_schedule }}" providers: