diff --git a/charts/port-k8s-exporter/Chart.yaml b/charts/port-k8s-exporter/Chart.yaml index 9ab0b57..5fa7703 100644 --- a/charts/port-k8s-exporter/Chart.yaml +++ b/charts/port-k8s-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: port-k8s-exporter description: A Helm chart for Port Kubernetes Exporter type: application -version: 0.2.9 +version: 0.2.10 appVersion: "0.2.9" home: https://getport.io/ sources: diff --git a/charts/port-k8s-exporter/templates/deployment.yaml b/charts/port-k8s-exporter/templates/deployment.yaml index cc2754d..70cdff8 100644 --- a/charts/port-k8s-exporter/templates/deployment.yaml +++ b/charts/port-k8s-exporter/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: - name: EVENT_LISTENER_TYPE value: {{ .Values.eventListener.type }} {{- if eq .Values.eventListener.type "POLLING" }} - - name: POLLING_INTERVAL + - name: EVENT_LISTENER_POLLING_RATE value: {{ .Values.eventListener.pollingRate | quote }} {{- else if eq .Values.eventListener.type "KAFKA" }} - name: EVENT_LISTENER_BROKERS