Skip to content

Commit

Permalink
Fixed ServiceAccount reference inside RoleBinding
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <pschmid2@puzzle.ch>
  • Loading branch information
Philip Schmid authored and poiana committed Oct 5, 2020
1 parent 17afa8c commit 0e32bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falco-exporter/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
namespace: {{ .Release.Namespace }}
subjects:
- kind: ServiceAccount
name: {{ include "falco-exporter.podSecurityPolicyName" . }}
name: {{ include "falco-exporter.serviceAccountName" . }}
roleRef:
kind: Role
name: {{ include "falco-exporter.podSecurityPolicyName" . }}
Expand Down

0 comments on commit 0e32bbe

Please sign in to comment.