Skip to content

Commit

Permalink
Fix deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Feb 21, 2022
1 parent 73b27c3 commit 10bbea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anycable-go/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
name: {{ $.Release.Name | quote }}
spec:
{{- if (.pod | default dict).serviceAccountName }}
serviceAccountName: {{ pod.serviceAccountName }}
serviceAccountName: {{ .pod.serviceAccountName }}
{{- end }}
{{- if .nodeSelector }}
nodeSelector: {{ toYaml .nodeSelector | nindent 8 }}
Expand Down

0 comments on commit 10bbea3

Please sign in to comment.