File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,11 @@ rules:
86
86
- mongodbmulticluster/finalizers
87
87
- mongodbsearch
88
88
- mongodbsearch/finalizers
89
- {{- if .Values.subresourceEnabled }}
90
89
- mongodb/status
91
90
- mongodbusers/status
92
91
- opsmanagers/status
93
92
- mongodbmulticluster/status
94
93
- mongodbsearch/status
95
- {{- end }}
96
94
{{- if eq $roleScope "ClusterRole" }}
97
95
- apiGroups :
98
96
- ' '
Original file line number Diff line number Diff line change @@ -187,9 +187,6 @@ multiCluster:
187
187
kubeConfigSecretName : mongodb-enterprise-operator-multi-cluster-kubeconfig
188
188
performFailOver : true
189
189
clusterClientTimeout : 10
190
- # Set this to false to disable subresource utilization
191
- # It might be required on some versions of Openshift
192
- subresourceEnabled : true
193
190
194
191
# Resources only for the MongoDBCommunity resource reconciler
195
192
community :
You can’t perform that action at this time.
0 commit comments