Skip to content

Commit

Permalink
update syncwaves
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Dec 5, 2024
1 parent 46cca46 commit 8333c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: {{ $np_name }}
namespace: {{ $ns }}
annotations:
argocd.argoproj.io/sync-wave: "602"
argocd.argoproj.io/sync-wave: "600"
{{- if .Values.custom_labels }}
labels:
{{ .Values.custom_labels | toYaml | indent 4 }}
Expand All @@ -41,7 +41,7 @@ metadata:
name: {{ $sa_name }}
namespace: {{ $ns }}
annotations:
argocd.argoproj.io/sync-wave: "602"
argocd.argoproj.io/sync-wave: "600"
{{- if .Values.custom_labels }}
labels:
{{ .Values.custom_labels | toYaml | indent 4 }}
Expand All @@ -54,7 +54,7 @@ metadata:
name: {{ $role_name }}
namespace: {{ $ns }}
annotations:
argocd.argoproj.io/sync-wave: "602"
argocd.argoproj.io/sync-wave: "600"
{{- if .Values.custom_labels }}
labels:
{{ .Values.custom_labels | toYaml | indent 4 }}
Expand All @@ -77,7 +77,7 @@ metadata:
name: {{ $rb_name }}
namespace: {{ $ns }}
annotations:
argocd.argoproj.io/sync-wave: "603"
argocd.argoproj.io/sync-wave: "601"
{{- if .Values.custom_labels }}
labels:
{{ .Values.custom_labels | toYaml | indent 4 }}
Expand All @@ -99,7 +99,7 @@ metadata:
name: {{ .Values.mas_workspace_id }}-manage-update-v1
namespace: {{ $ns }}
annotations:
argocd.argoproj.io/sync-wave: "604"
argocd.argoproj.io/sync-wave: "602"
{{- if .Values.custom_labels }}
labels:
{{ .Values.custom_labels | toYaml | indent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: {{ .Values.mas_app_ws_apiversion }}
kind: {{ .Values.mas_app_ws_kind }}
metadata:
annotations:
argocd.argoproj.io/sync-wave: "601"
argocd.argoproj.io/sync-wave: "605"
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
name: "{{ .Values.instance_id }}-{{ .Values.mas_workspace_id }}"
namespace: {{ .Values.mas_app_namespace }}
Expand Down

0 comments on commit 8333c22

Please sign in to comment.