Skip to content

Commit 29903ac

Browse files
committed
Remove subresourceEnabled Helm value
It was introduced as a workaround for an OpenShift bug and is no longer needed.
1 parent a14dcb7 commit 29903ac

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

helm_chart/templates/operator-roles-base.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ rules:
8686
- mongodbmulticluster/finalizers
8787
- mongodbsearch
8888
- mongodbsearch/finalizers
89-
{{- if .Values.subresourceEnabled }}
9089
- mongodb/status
9190
- mongodbusers/status
9291
- opsmanagers/status
9392
- mongodbmulticluster/status
9493
- mongodbsearch/status
95-
{{- end }}
9694
{{- if eq $roleScope "ClusterRole" }}
9795
- apiGroups:
9896
- ''

helm_chart/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ multiCluster:
187187
kubeConfigSecretName: mongodb-enterprise-operator-multi-cluster-kubeconfig
188188
performFailOver: true
189189
clusterClientTimeout: 10
190-
# Set this to false to disable subresource utilization
191-
# It might be required on some versions of Openshift
192-
subresourceEnabled: true
193190

194191
# Resources only for the MongoDBCommunity resource reconciler
195192
community:

0 commit comments

Comments
 (0)