File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ metadata:
99 annotations :
1010 {{ toYaml . | nindent 4 }}
1111 {{- end }}
12+ automountServiceAccountToken : {{ .Values.serviceAccount.automountServiceAccountToken }}
1213{{- end }}
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ serviceAccount:
6161 name : " "
6262 # -- Additional annotations for created service account
6363 annotations : {}
64+ # # @param serviceAccount.automountServiceAccountToken Allows auto mount of ServiceAccountToken on the serviceAccount created
65+ # # Can be set to false if pods using this serviceAccount do not need to use K8s API
66+ # #
67+ automountServiceAccountToken : false
6468
6569podAnnotations : {}
6670
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ metadata:
1010 app.kubernetes.io/version : " v1.18.0"
1111 app.kubernetes.io/component : search-engine
1212 app.kubernetes.io/part-of : meilisearch
13+ automountServiceAccountToken : false
1314---
1415# Source: meilisearch/templates/configmap.yaml
1516apiVersion : v1
You can’t perform that action at this time.
0 commit comments