|
|
@ -129,6 +129,7 @@ serviceAccount:
|
|
|
|
name: ""
|
|
|
|
name: ""
|
|
|
|
|
|
|
|
|
|
|
|
podAnnotations: {}
|
|
|
|
podAnnotations: {}
|
|
|
|
|
|
|
|
podLabels: {}
|
|
|
|
|
|
|
|
|
|
|
|
podSecurityContext: {}
|
|
|
|
podSecurityContext: {}
|
|
|
|
# fsGroup: 2000
|
|
|
|
# fsGroup: 2000
|
|
|
@ -296,6 +297,9 @@ spec:
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }}
|
|
|
|
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }}
|
|
|
|
|
|
|
|
{{- with .Values.podLabels }}
|
|
|
|
|
|
|
|
{{- toYaml . | nindent 8 }}
|
|
|
|
|
|
|
|
{{- end }}
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
{{- with .Values.imagePullSecrets }}
|
|
|
|
{{- with .Values.imagePullSecrets }}
|
|
|
|
imagePullSecrets:
|
|
|
|
imagePullSecrets:
|
|
|
|