Skip to content

Commit

Permalink
Add podLabels to the k8s-pvc-tagger deployment (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
liorfranko authored Jun 16, 2024
1 parent c9a1d4e commit 66cc9e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8s-pvc-tagger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ keywords:
sources:
- https://github.com/mtougeron/k8s-pvc-tagger

version: 2.2.0
version: 2.2.1
appVersion: v1.1.0
3 changes: 3 additions & 0 deletions charts/k8s-pvc-tagger/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
{{- end }}
labels:
{{- include "k8s-pvc-tagger.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{ toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
2 changes: 2 additions & 0 deletions charts/k8s-pvc-tagger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ debug: false

extraEnvs: {}
extraArgs: {}

podLabels: {}

0 comments on commit 66cc9e1

Please sign in to comment.