Skip to content

Commit 66cc9e1

Browse files
authored
Add podLabels to the k8s-pvc-tagger deployment (#99)
1 parent c9a1d4e commit 66cc9e1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

charts/k8s-pvc-tagger/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ keywords:
1616
sources:
1717
- https://github.com/mtougeron/k8s-pvc-tagger
1818

19-
version: 2.2.0
19+
version: 2.2.1
2020
appVersion: v1.1.0

charts/k8s-pvc-tagger/templates/deployment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ spec:
1717
{{- end }}
1818
labels:
1919
{{- include "k8s-pvc-tagger.selectorLabels" . | nindent 8 }}
20+
{{- with .Values.podLabels }}
21+
{{ toYaml . | nindent 8 }}
22+
{{- end }}
2023
spec:
2124
{{- with .Values.imagePullSecrets }}
2225
imagePullSecrets:

charts/k8s-pvc-tagger/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ debug: false
8484

8585
extraEnvs: {}
8686
extraArgs: {}
87+
88+
podLabels: {}

0 commit comments

Comments
 (0)