File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
{{- if .Values.serviceAccount.create }}
2
2
apiVersion : v1
3
3
kind : ServiceAccount
4
+ automountServiceAccountToken : {{ .Values.serviceAccount.automountToken }}
4
5
metadata :
5
6
name : {{ include "retool.serviceAccountName" . }}
6
7
labels : {{- include "retool.labels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ serviceAccount:
217
217
# If set and create is false, the service account must be existing
218
218
name :
219
219
annotations : {}
220
+ automountToken : false
220
221
221
222
livenessProbe :
222
223
enabled : true
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ serviceAccount:
217
217
# If set and create is false, the service account must be existing
218
218
name :
219
219
annotations : {}
220
+ automountToken : false
220
221
221
222
livenessProbe :
222
223
enabled : true
You can’t perform that action at this time.
0 commit comments