Skip to content

Commit 7aaaa76

Browse files
authored
Merge pull request #694 from ramessesii2/RAMESSESII2/fix-sync-wave
assign values to `sync-wave`explicitly in manifests
2 parents 6a17721 + ec44532 commit 7aaaa76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+126
-1
lines changed

developer/openshift/gitops/argocd/pipeline-service-o11y.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ kind: Application
44
metadata:
55
name: pipeline-service-o11y
66
namespace: openshift-gitops
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "0"
79
spec:
810
destination:
911
namespace: openshift-gitops

developer/openshift/gitops/argocd/pipeline-service-o11y/appstudio-grafana/allow-argocd-to-manage.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
55
name: openshift-gitops-apply-grafana
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "0"
68
rules:
79
- apiGroups:
810
- integreatly.org
@@ -22,6 +24,8 @@ apiVersion: rbac.authorization.k8s.io/v1
2224
kind: ClusterRoleBinding
2325
metadata:
2426
name: openshift-gitops-apply-grafana
27+
annotations:
28+
argocd.argoproj.io/sync-wave: "0"
2529
roleRef:
2630
apiGroup: rbac.authorization.k8s.io
2731
kind: ClusterRole
@@ -36,6 +40,8 @@ kind: Role
3640
metadata:
3741
name: openshift-gitops-manage-grafana
3842
namespace: appstudio-grafana
43+
annotations:
44+
argocd.argoproj.io/sync-wave: "0"
3945
rules:
4046
- apiGroups:
4147
- ""
@@ -67,6 +73,8 @@ kind: RoleBinding
6773
metadata:
6874
name: openshift-gitops-manage-grafana
6975
namespace: appstudio-grafana
76+
annotations:
77+
argocd.argoproj.io/sync-wave: "0"
7078
roleRef:
7179
apiGroup: rbac.authorization.k8s.io
7280
kind: Role

developer/openshift/gitops/argocd/pipeline-service-o11y/appstudio-grafana/namespace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ apiVersion: v1
33
kind: Namespace
44
metadata:
55
name: appstudio-grafana
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "0"
68
spec: {}

developer/openshift/gitops/argocd/pipeline-service-o11y/appstudio-prometheus/allow-argocd-to-manage.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
55
name: openshift-gitops-apply-prometheus
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "0"
68
rules:
79
- apiGroups:
810
- monitoring.rhobs
@@ -32,6 +34,8 @@ apiVersion: rbac.authorization.k8s.io/v1
3234
kind: ClusterRoleBinding
3335
metadata:
3436
name: openshift-gitops-apply-prometheus
37+
annotations:
38+
argocd.argoproj.io/sync-wave: "0"
3539
roleRef:
3640
apiGroup: rbac.authorization.k8s.io
3741
kind: ClusterRole
@@ -46,6 +50,8 @@ kind: Role
4650
metadata:
4751
name: openshift-gitops-manage-secrets
4852
namespace: o11y
53+
annotations:
54+
argocd.argoproj.io/sync-wave: "0"
4955
rules:
5056
- apiGroups:
5157
- ""
@@ -64,6 +70,8 @@ kind: RoleBinding
6470
metadata:
6571
name: openshift-gitops-manage-secrets
6672
namespace: o11y
73+
annotations:
74+
argocd.argoproj.io/sync-wave: "0"
6775
roleRef:
6876
apiGroup: rbac.authorization.k8s.io
6977
kind: Role

developer/openshift/gitops/argocd/pipeline-service-storage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ kind: Application
44
metadata:
55
name: pipeline-service-storage
66
namespace: openshift-gitops
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "0"
79
spec:
810
destination:
911
namespace: openshift-gitops

developer/openshift/gitops/argocd/pipeline-service-storage/minio/operator/allow-argocd-to-manage.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
55
name: openshift-minio-apply-tenants
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "0"
68
rules:
79
- apiGroups:
810
- minio.min.io
@@ -32,6 +34,8 @@ apiVersion: rbac.authorization.k8s.io/v1
3234
kind: ClusterRoleBinding
3335
metadata:
3436
name: openshift-minio-apply-tenants
37+
annotations:
38+
argocd.argoproj.io/sync-wave: "0"
3539
roleRef:
3640
apiGroup: rbac.authorization.k8s.io
3741
kind: ClusterRole

developer/openshift/gitops/argocd/pipeline-service-storage/minio/operator/minio.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ kind: Subscription
44
metadata:
55
name: minio-operator
66
namespace: openshift-operators
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "0"
79
spec:
810
channel: stable
911
installPlanApproval: Automatic

developer/openshift/gitops/argocd/pipeline-service-storage/minio/tenant/tenant.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ metadata:
1111
prometheus.io/port: "9000"
1212
prometheus.io/scrape: "true"
1313
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
14+
argocd.argoproj.io/sync-wave: "0"
1415
spec:
1516
exposeServices:
1617
minio: true

developer/openshift/gitops/argocd/pipeline-service-storage/postgres.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ kind: Application
44
metadata:
55
name: postgres
66
namespace: openshift-gitops
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "0"
79
spec:
810
project: default
911
destination:

developer/openshift/gitops/argocd/pipeline-service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ kind: Application
44
metadata:
55
name: pipeline-service
66
namespace: openshift-gitops
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "0"
79
spec:
810
destination:
911
namespace: openshift-gitops

0 commit comments

Comments
 (0)