Skip to content

Commit

Permalink
Merge pull request #89 from port-labs/PORT-6495-add-support-for-custo…
Browse files Browse the repository at this point in the history
…m-labels-for-k-8-s-exporter-deployment-and-pod-fix2

removed redundant labels
  • Loading branch information
yairsimantov20 authored Feb 12, 2024
2 parents 969d3b1 + b05e102 commit 26d334f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.17
version: 0.2.18
appVersion: "0.2.12"
home: https://getport.io/
sources:
Expand Down
1 change: 0 additions & 1 deletion charts/port-k8s-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "port-k8s-exporter.selectorLabels" . | nindent 8 }}
{{- include "port-k8s-exporter.labels" . | nindent 8 }}
config-hash: {{ .Values.configMap.config | toYaml | sha256sum | trunc 32 }}
spec:
Expand Down

0 comments on commit 26d334f

Please sign in to comment.