Skip to content

Commit d77ca29

Browse files
authored
[patch] Updated sync order of facilities workspace make it same as manage (#364)
1 parent 465e9b3 commit d77ca29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root-applications/ibm-mas-instance-root/templates/510-550-ibm-mas-masapp-configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
{{- if eq $value.mas_app_id "assist" }}
1515
argocd.argoproj.io/sync-wave: "515"
1616
{{- else if eq $value.mas_app_id "facilities" }}
17-
argocd.argoproj.io/sync-wave: "515"
17+
argocd.argoproj.io/sync-wave: "510"
1818
{{- else if eq $value.mas_app_id "iot" }}
1919
argocd.argoproj.io/sync-wave: "515"
2020
{{- else if eq $value.mas_app_id "manage" }}

0 commit comments

Comments
 (0)