File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
developer/openshift/gitops/argocd/pipeline-service-storage/minio Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ apiVersion: rbac.authorization.k8s.io/v1
3
3
kind : ClusterRole
4
4
metadata :
5
5
name : openshift-minio-apply-tenants
6
- annotations :
7
- argocd.argoproj.io/sync-wave : " 1"
8
6
rules :
9
7
- apiGroups :
10
8
- minio.min.io
@@ -34,8 +32,6 @@ apiVersion: rbac.authorization.k8s.io/v1
34
32
kind : ClusterRoleBinding
35
33
metadata :
36
34
name : openshift-minio-apply-tenants
37
- annotations :
38
- argocd.argoproj.io/sync-wave : " 1"
39
35
roleRef :
40
36
apiGroup : rbac.authorization.k8s.io
41
37
kind : ClusterRole
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ kind: Subscription
4
4
metadata :
5
5
name : minio-operator
6
6
namespace : openshift-operators
7
- annotations :
8
- argocd.argoproj.io/sync-wave : " 2"
9
7
spec :
10
8
channel : stable
11
9
installPlanApproval : Automatic
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ metadata:
10
10
prometheus.io/path : /minio/v2/metrics/cluster
11
11
prometheus.io/port : " 9000"
12
12
prometheus.io/scrape : " true"
13
- argocd.argoproj.io/sync-wave : " 3"
14
13
argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true
15
14
spec :
16
15
exposeServices :
You can’t perform that action at this time.
0 commit comments