Skip to content

Commit 969d3b1

Browse files
Merge pull request #88 from port-labs/PORT-6495-add-support-for-custom-labels-for-k-8-s-exporter-deployment-and-pod-fix
added labels to pod spec
2 parents 5ddee88 + 786c078 commit 969d3b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/port-k8s-exporter/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: port-k8s-exporter
33
description: A Helm chart for Port Kubernetes Exporter
44
type: application
5-
version: 0.2.16
5+
version: 0.2.17
66
appVersion: "0.2.12"
77
home: https://getport.io/
88
sources:

charts/port-k8s-exporter/templates/deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
{{- end }}
1818
labels:
1919
{{- include "port-k8s-exporter.selectorLabels" . | nindent 8 }}
20+
{{- include "port-k8s-exporter.labels" . | nindent 8 }}
2021
config-hash: {{ .Values.configMap.config | toYaml | sha256sum | trunc 32 }}
2122
spec:
2223
{{- with .Values.imagePullSecrets }}

0 commit comments

Comments
 (0)