Skip to content

Commit cd1a0e4

Browse files
committed
Remove argocd sync-wave param from minio
When pipeline-service is imported in infra-deployments project (as kustomize overlays and not argcd app), the sync-wave params on minio makes introduces a kind of dead lock. That is tekton-results waiting for its storage backend and minio waiting for the first sync-wave to finish. This has been fixed by removing the sync-wave which should still let minio deploy correctly
1 parent 19f250c commit cd1a0e4

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ 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: "1"
86
rules:
97
- apiGroups:
108
- minio.min.io
@@ -34,8 +32,6 @@ apiVersion: rbac.authorization.k8s.io/v1
3432
kind: ClusterRoleBinding
3533
metadata:
3634
name: openshift-minio-apply-tenants
37-
annotations:
38-
argocd.argoproj.io/sync-wave: "1"
3935
roleRef:
4036
apiGroup: rbac.authorization.k8s.io
4137
kind: ClusterRole

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

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ metadata:
1010
prometheus.io/path: /minio/v2/metrics/cluster
1111
prometheus.io/port: "9000"
1212
prometheus.io/scrape: "true"
13-
argocd.argoproj.io/sync-wave: "3"
1413
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
1514
spec:
1615
exposeServices:

0 commit comments

Comments
 (0)