Skip to content

Commit 963ae49

Browse files
committed
chore(helm): Add telemetry env vars to Deployment and DaemonSet
1 parent 20dac7a commit 963ae49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/helm/listener-operator/templates/controller-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ spec:
4646
- name: KUBERNETES_CLUSTER_DOMAIN
4747
value: {{ .Values.kubernetesClusterDomain | quote }}
4848
{{- end }}
49+
{{- include "telemetry.envVars" . | nindent 12 }}
4950
volumeMounts:
5051
- name: csi
5152
mountPath: /csi

deploy/helm/listener-operator/templates/node-daemonset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ spec:
5050
- name: KUBERNETES_CLUSTER_DOMAIN
5151
value: {{ .Values.kubernetesClusterDomain | quote }}
5252
{{- end }}
53+
{{- include "telemetry.envVars" . | nindent 12 }}
5354
volumeMounts:
5455
- name: csi
5556
mountPath: /csi

0 commit comments

Comments
 (0)