Skip to content

Commit 0eb520b

Browse files
authored
feat(serviceaccount): add automountToken capabilities (#218)
1 parent 3146ea5 commit 0eb520b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

charts/retool/templates/serviceaccount.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{{- if .Values.serviceAccount.create }}
22
apiVersion: v1
33
kind: ServiceAccount
4+
automountServiceAccountToken: {{ .Values.serviceAccount.automountToken }}
45
metadata:
56
name: {{ include "retool.serviceAccountName" . }}
67
labels: {{- include "retool.labels" . | nindent 4 }}

charts/retool/values.yaml

+1
Original file line numberDiff line numberDiff 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

221222
livenessProbe:
222223
enabled: true

values.yaml

+1
Original file line numberDiff line numberDiff 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

221222
livenessProbe:
222223
enabled: true

0 commit comments

Comments
 (0)