We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f165a1 commit e0a97c1Copy full SHA for e0a97c1
charts/flagger/templates/account.yaml
@@ -13,4 +13,5 @@ metadata:
13
app.kubernetes.io/name: {{ template "flagger.name" . }}
14
app.kubernetes.io/managed-by: {{ .Release.Service }}
15
app.kubernetes.io/instance: {{ .Release.Name }}
16
+automountServiceAccountToken: false
17
{{- end }}
charts/flagger/templates/deployment.yaml
@@ -44,6 +44,7 @@ spec:
44
{{ toYaml .Values.podAnnotations | indent 8 }}
45
46
spec:
47
+ automountServiceAccountToken: true
48
serviceAccountName: {{ template "flagger.serviceAccountName" . }}
49
{{- if .Values.affinity }}
50
affinity:
0 commit comments