We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f580ac commit e370e1fCopy full SHA for e370e1f
helm_chart/templates/operator-roles.yaml
@@ -255,7 +255,6 @@ rules:
255
- nodes
256
verbs:
257
- list
258
-{{- end}}
259
---
260
# ClusterRoleBinding for clusterVersionDetection
261
kind: ClusterRoleBinding
@@ -270,4 +269,5 @@ subjects:
270
269
- kind: ServiceAccount
271
name: {{ .Values.operator.name }}
272
namespace: {{ include "mongodb-kubernetes-operator.namespace" . }}
273
-{{- end }}
+ {{- end}}{{/* if ne $telemetry.installClusterRole false */}}
+{{- end }}{{/* if ne $telemetry.enabled false */}}
0 commit comments