Skip to content

Commit

Permalink
fix rolebinding kind (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored May 25, 2021
1 parent e617cc3 commit 8eceda9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:
{{ include "aws-node-termination-handler.labels" . | indent 4 }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
kind: Role
name: {{ template "aws-node-termination-handler.fullname" . }}-psp
subjects:
- kind: ServiceAccount
Expand Down

0 comments on commit 8eceda9

Please sign in to comment.