|
|
@ -103,6 +103,7 @@ fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
|
|
serviceAccount:
|
|
|
|
# Specifies whether a service account should be created
|
|
|
|
# Specifies whether a service account should be created
|
|
|
|
create: true
|
|
|
|
create: true
|
|
|
|
|
|
|
|
annotations: {}
|
|
|
|
# The name of the service account to use.
|
|
|
|
# The name of the service account to use.
|
|
|
|
# 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:
|
|
|
@ -302,6 +303,10 @@ metadata:
|
|
|
|
name: {{ include "<CHARTNAME>.serviceAccountName" . }}
|
|
|
|
name: {{ include "<CHARTNAME>.serviceAccountName" . }}
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
{{ include "<CHARTNAME>.labels" . | nindent 4 }}
|
|
|
|
{{ include "<CHARTNAME>.labels" . | nindent 4 }}
|
|
|
|
|
|
|
|
{{- with .Values.serviceAccount.annotations }}
|
|
|
|
|
|
|
|
annotations:
|
|
|
|
|
|
|
|
{{- toYaml . | nindent 4 }}
|
|
|
|
|
|
|
|
{{- end }}
|
|
|
|
{{- end -}}
|
|
|
|
{{- end -}}
|
|
|
|
`
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
|
|