Skip to content

Commit

Permalink
fix: add correct SA name to CRB
Browse files Browse the repository at this point in the history
The previous CRB was pointing to a SA that is not used by the api server
for authentication. The rename was introduced by a244ffe.
  • Loading branch information
DnPlas committed Oct 25, 2023
1 parent a2721c3 commit 058be1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ roleRef:
name: {{ app_name }}-role
subjects:
- kind: ServiceAccount
name: {{ app_name }}-sa
name: {{ sa_name }}
namespace: {{ namespace }}
---
apiVersion: v1
Expand Down

0 comments on commit 058be1b

Please sign in to comment.