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 11{{- if .Values.serviceAccount.create }}
22apiVersion : v1
33kind : ServiceAccount
4+ automountServiceAccountToken : {{ .Values.serviceAccount.automountToken }}
45metadata :
56 name : {{ include "retool.serviceAccountName" . }}
67 labels : {{- include "retool.labels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ serviceAccount:
217217 # If set and create is false, the service account must be existing
218218 name :
219219 annotations : {}
220+ automountToken : false
220221
221222livenessProbe :
222223 enabled : true
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ serviceAccount:
217217 # If set and create is false, the service account must be existing
218218 name :
219219 annotations : {}
220+ automountToken : false
220221
221222livenessProbe :
222223 enabled : true
You can’t perform that action at this time.
0 commit comments