Skip to content

CLOUDP-331537: Remove subresourceEnabled Helm value #261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions helm_chart/templates/operator-roles-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,11 @@ rules:
- mongodbmulticluster/finalizers
- mongodbsearch
- mongodbsearch/finalizers
{{- if .Values.subresourceEnabled }}
- mongodb/status
- mongodbusers/status
- opsmanagers/status
- mongodbmulticluster/status
- mongodbsearch/status
{{- end }}
{{- if eq $roleScope "ClusterRole" }}
- apiGroups:
- ''
Expand Down
3 changes: 0 additions & 3 deletions helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ multiCluster:
kubeConfigSecretName: mongodb-enterprise-operator-multi-cluster-kubeconfig
performFailOver: true
clusterClientTimeout: 10
# Set this to false to disable subresource utilization
# It might be required on some versions of Openshift
subresourceEnabled: true

# Resources only for the MongoDBCommunity resource reconciler
community:
Expand Down