feat: add podLabels value

This commit is contained in:
weian
2022-10-08 02:46:17 +08:00
parent e62d31f8b9
commit 574efd8df0
3 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,9 @@ metadata:
{{- end }}
labels:
{{- include "common.selectorLabels" $top | nindent 4 }}
{{- with $pod.podLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- with $pod.imagePullSecrets }}
imagePullSecrets: