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 2929 {{- with .Values.commonLabels }}
3030 {{- toYaml . | nindent 8 }}
3131 {{- end }}
32+ {{- with .Values.podExtraLabels }}
33+ {{- toYaml . | nindent 8 }}
34+ {{- end }}
3235 spec :
3336 {{- with .Values.imagePullSecrets }}
3437 imagePullSecrets :
Original file line number Diff line number Diff line change 783783 },
784784 "default" : {}
785785 },
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+ },
786794 "service" : {
787795 "type" : " object" ,
788796 "properties" : {
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ serviceAccount:
2828annotations : {}
2929
3030podAnnotations : {}
31+ podExtraLabels : {}
3132
3233extraEnvVars : []
3334extraVolumes : []
You can’t perform that action at this time.
0 commit comments