File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 29
29
{{- with .Values.commonLabels }}
30
30
{{- toYaml . | nindent 8 }}
31
31
{{- end }}
32
+ {{- with .Values.podExtraLabels }}
33
+ {{- toYaml . | nindent 8 }}
34
+ {{- end }}
32
35
spec :
33
36
{{- with .Values.imagePullSecrets }}
34
37
imagePullSecrets :
Original file line number Diff line number Diff line change 783
783
},
784
784
"default" : {}
785
785
},
786
+ "podExtraLabels" : {
787
+ "type" : " object" ,
788
+ "description" : " Map of labels to add to the pods' manifest" ,
789
+ "additionalProperties" : {
790
+ "type" : " string"
791
+ },
792
+ "default" : {}
793
+ },
786
794
"service" : {
787
795
"type" : " object" ,
788
796
"properties" : {
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ serviceAccount:
28
28
annotations : {}
29
29
30
30
podAnnotations : {}
31
+ podExtraLabels : {}
31
32
32
33
extraEnvVars : []
33
34
extraVolumes : []
You can’t perform that action at this time.
0 commit comments