Skip to content

Commit

Permalink
Namespace serviceaccount (#343)
Browse files Browse the repository at this point in the history
Fixes #334. The issue was that serviceaccounts would not be created by new runs,
but would still point to a single namespace.

Signed-off-by: liz <[email protected]>
  • Loading branch information
liztio authored Mar 8, 2018
1 parent ca818df commit 25d62bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/templates/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kind: ClusterRoleBinding
metadata:
labels:
component: sonobuoy
name: sonobuoy-serviceaccount
name: sonobuoy-serviceaccount-{{.Namespace}}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit 25d62bf

Please sign in to comment.