File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -439,6 +439,7 @@ Parameter | Description | Default
439439--- | --- | ---
440440` serviceAccount.create ` | if a Kubernetes ServiceAccount is created | ` true `
441441` serviceAccount.name ` | the name of the ServiceAccount | ` "" `
442+ ` serviceAccount.automountServiceAccountToken ` | mount serviceAccountToken? | ` false `
442443` serviceAccount.annotations ` | annotations for the ServiceAccount | ` {} `
443444
444445</details >
Original file line number Diff line number Diff line change 11{{- if .Values.serviceAccount.create }}
22apiVersion : v1
33kind : ServiceAccount
4+ automountServiceAccountToken : {{ .Values.serviceAccount.automountServiceAccountToken }}
45metadata :
56 name : {{ include "airflow.serviceAccountName" . }}
67 {{- if .Values.serviceAccount.annotations }}
Original file line number Diff line number Diff line change @@ -1785,6 +1785,9 @@ serviceAccount:
17851785 # #
17861786 name : " "
17871787
1788+ # # mount the service account token
1789+ automountServiceAccountToken : false
1790+
17881791 # # annotations for the ServiceAccount
17891792 # #
17901793 # # ____ EXAMPLE _______________
You can’t perform that action at this time.
0 commit comments