Skip to content

Commit

Permalink
Merge pull request #88 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-fix

added labels to pod spec
  • Loading branch information
MatanHeledPort authored Feb 12, 2024
2 parents 5ddee88 + 786c078 commit 969d3b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.16
version: 0.2.17
appVersion: "0.2.12"
home: https://getport.io/
sources:
Expand Down
1 change: 1 addition & 0 deletions charts/port-k8s-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
{{- 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:
{{- with .Values.imagePullSecrets }}
Expand Down

0 comments on commit 969d3b1

Please sign in to comment.