Skip to content

Commit

Permalink
Merge pull request #62 from port-labs/PORT-5363-removed-extra-handler…
Browse files Browse the repository at this point in the history
…-stop

adding event listener type to k8s exporter
  • Loading branch information
yairsimantov20 authored Dec 31, 2023
2 parents e9f57b5 + dedb7b7 commit 31ff207
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/port-k8s-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: port-k8s-exporter
description: A Helm chart for Port Kubernetes Exporter
type: application
version: 0.2.4
appVersion: "0.2.5"
version: 0.2.5
appVersion: "0.2.6"
home: https://getport.io/
sources:
- https://github.com/port-labs/port-k8s-exporter
Expand Down
2 changes: 2 additions & 0 deletions charts/port-k8s-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
key: state_key
- name: CREATE_DEFAULT_RESOURCES
value: {{ .Values.createDefaultResources | quote }}
- name: EVENT_LISTENER_TYPE
value: .Values.eventListener.type
{{- if eq .Values.eventListener.type "POLLING" }}
- name: POLLING_INTERVAL
value: {{ .Values.eventListener.pollingRate | quote }}
Expand Down

0 comments on commit 31ff207

Please sign in to comment.