Skip to content

Commit

Permalink
Merge pull request #74 from port-labs/PORT-5999-k-8-s-exporter-chart-…
Browse files Browse the repository at this point in the history
…incorrect-parameter-naming

Update k8s chart polling rate environment variable
  • Loading branch information
yairsimantov20 authored Jan 7, 2024
2 parents 557ef6c + 4753232 commit a449083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/port-k8s-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/port-k8s-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a449083

Please sign in to comment.