Skip to content

Commit 10bbea3

Browse files
committed
Fix deployment.yml
1 parent 73b27c3 commit 10bbea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

anycable-go/templates/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
name: {{ $.Release.Name | quote }}
4444
spec:
4545
{{- if (.pod | default dict).serviceAccountName }}
46-
serviceAccountName: {{ pod.serviceAccountName }}
46+
serviceAccountName: {{ .pod.serviceAccountName }}
4747
{{- end }}
4848
{{- if .nodeSelector }}
4949
nodeSelector: {{ toYaml .nodeSelector | nindent 8 }}

0 commit comments

Comments
 (0)