There was an error while loading. Please reload this page.
1 parent 73b27c3 commit 10bbea3Copy full SHA for 10bbea3
1 file changed
anycable-go/templates/deployment.yml
@@ -43,7 +43,7 @@ spec:
43
name: {{ $.Release.Name | quote }}
44
spec:
45
{{- if (.pod | default dict).serviceAccountName }}
46
- serviceAccountName: {{ pod.serviceAccountName }}
+ serviceAccountName: {{ .pod.serviceAccountName }}
47
{{- end }}
48
{{- if .nodeSelector }}
49
nodeSelector: {{ toYaml .nodeSelector | nindent 8 }}
0 commit comments