|
|
@ -122,6 +122,8 @@ fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
|
|
serviceAccount:
|
|
|
|
# Specifies whether a service account should be created
|
|
|
|
# Specifies whether a service account should be created
|
|
|
|
create: true
|
|
|
|
create: true
|
|
|
|
|
|
|
|
# Automatically mount a ServiceAccount's API credentials?
|
|
|
|
|
|
|
|
automount: true
|
|
|
|
# Annotations to add to the service account
|
|
|
|
# Annotations to add to the service account
|
|
|
|
annotations: {}
|
|
|
|
annotations: {}
|
|
|
|
# The name of the service account to use.
|
|
|
|
# The name of the service account to use.
|
|
|
@ -366,6 +368,7 @@ metadata:
|
|
|
|
annotations:
|
|
|
|
annotations:
|
|
|
|
{{- toYaml . | nindent 4 }}
|
|
|
|
{{- toYaml . | nindent 4 }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
`
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
|
|