Skip to content

Commit

Permalink
Fix missing change in back-port #565 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Aug 7, 2023
1 parent 70df278 commit 5ed6957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/eventshub/104-forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
{{ end }}
{{ end }}
spec:
serviceAccountName: "{{ .namespace }}"
serviceAccountName: "{{ .name }}"
containers:
- name: eventshub-forwarder
image: {{ .image }}
Expand Down
2 changes: 1 addition & 1 deletion pkg/eventshub/eventshub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func ExampleForwarder() {
// spec:
// template:
// spec:
// serviceAccountName: "example"
// serviceAccountName: "hubhub"
// containers:
// - name: eventshub-forwarder
// image: uri://a-real-container
Expand Down

0 comments on commit 5ed6957

Please sign in to comment.