File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4343 {{- toYaml . | nindent 8 }}
4444 {{- end }}
4545 serviceAccountName : {{ template "oauth2-proxy.serviceAccountName" . }}
46+ automountServiceAccountToken : {{ .Values.serviceAccount.automountServiceAccountToken }}
4647 {{- if .Values.hostAlias.enabled }}
4748 hostAliases :
4849 - ip : {{ .Values.hostAlias.ip }}
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ metadata:
1010 app : {{ template "oauth2-proxy.name" . }}
1111{{- include "oauth2-proxy.labels" . | indent 4 }}
1212 name : {{ template "oauth2-proxy.serviceAccountName" . }}
13+ automountServiceAccountToken : {{ .Values.serviceAccount.automountServiceAccountToken }}
1314{{- end -}}
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ serviceAccount:
115115 # # The name of the ServiceAccount to use.
116116 # # If not set and create is true, a name is generated using the fullname template
117117 name :
118+ automountServiceAccountToken : true
118119 annotations : {}
119120
120121ingress :
You can’t perform that action at this time.
0 commit comments