Skip to content

Commit

Permalink
Merge pull request #63 from port-labs/PORT-5363-fixed-chart-syntax
Browse files Browse the repository at this point in the history
Port 5363 fixed chart syntax
  • Loading branch information
yairsimantov20 authored Dec 31, 2023
2 parents 31ff207 + 80cd25c commit 7a5ceb4
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.5
version: 0.2.6
appVersion: "0.2.6"
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 @@ -58,7 +58,7 @@ spec:
- name: CREATE_DEFAULT_RESOURCES
value: {{ .Values.createDefaultResources | quote }}
- name: EVENT_LISTENER_TYPE
value: .Values.eventListener.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 7a5ceb4

Please sign in to comment.