Skip to content

Commit 5920120

Browse files
nammnfealebenpae
authored andcommitted
telemetry - fix helm chart example (#4170)
1 parent 2638759 commit 5920120

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm_chart/templates/operator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ spec:
104104
value: "false"
105105
{{- end }}
106106
{{- if eq $telemetry.collection.clusters.enabled false }}
107-
- name: MDB_OPERATOR_TELEMETRY_CLUSTERS_ENABLED
107+
- name: MDB_OPERATOR_TELEMETRY_COLLECTION_CLUSTERS_ENABLED
108108
value: "false"
109109
{{- end }}
110110
{{- if eq $telemetry.collection.deployments.enabled false }}
111-
- name: MDB_OPERATOR_TELEMETRY_DEPLOYMENTS_ENABLED
111+
- name: MDB_OPERATOR_TELEMETRY_COLLECTION_DEPLOYMENTS_ENABLED
112112
value: "false"
113113
{{- end }}
114114
{{- if eq $telemetry.collection.operators.enabled false }}
115-
- name: MDB_OPERATOR_TELEMETRY_OPERATORS_ENABLED
115+
- name: MDB_OPERATOR_TELEMETRY_COLLECTION_OPERATORS_ENABLED
116116
value: "false"
117117
{{- end }}
118118
{{- if $telemetry.collection.frequency}}

0 commit comments

Comments
 (0)