Merge pull request #11644 from jcpunk/automountServiceAccountToken

Seed a default switch to control `automountServiceAccountToken`
pull/11324/merge
Joe Julian 2 years ago committed by GitHub
commit e19c6cf199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save