Skip to content

Commit 26d334f

Browse files
Merge pull request #89 from port-labs/PORT-6495-add-support-for-custom-labels-for-k-8-s-exporter-deployment-and-pod-fix2
removed redundant labels
2 parents 969d3b1 + b05e102 commit 26d334f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.17
5+
version: 0.2.18
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
@@ -16,7 +16,6 @@ spec:
1616
{{- toYaml . | nindent 8 }}
1717
{{- end }}
1818
labels:
19-
{{- include "port-k8s-exporter.selectorLabels" . | nindent 8 }}
2019
{{- include "port-k8s-exporter.labels" . | nindent 8 }}
2120
config-hash: {{ .Values.configMap.config | toYaml | sha256sum | trunc 32 }}
2221
spec:

0 commit comments

Comments
 (0)