|
|
@ -113,6 +113,8 @@ serviceAccount:
|
|
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
|
|
name:
|
|
|
|
name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
podAnnotations: {}
|
|
|
|
|
|
|
|
|
|
|
|
podSecurityContext: {}
|
|
|
|
podSecurityContext: {}
|
|
|
|
# fsGroup: 2000
|
|
|
|
# fsGroup: 2000
|
|
|
|
|
|
|
|
|
|
|
@ -250,6 +252,10 @@ spec:
|
|
|
|
{{- include "<CHARTNAME>.selectorLabels" . | nindent 6 }}
|
|
|
|
{{- include "<CHARTNAME>.selectorLabels" . | nindent 6 }}
|
|
|
|
template:
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
metadata:
|
|
|
|
|
|
|
|
{{- with .Values.podAnnotations }}
|
|
|
|
|
|
|
|
annotations:
|
|
|
|
|
|
|
|
{{- toYaml . | nindent 8 }}
|
|
|
|
|
|
|
|
{{- end }}
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }}
|
|
|
|
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }}
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|