Skip to content

Commit 8eceda9

Browse files
authored
fix rolebinding kind (#442)
1 parent e617cc3 commit 8eceda9

File tree

1 file changed

+1
-1
lines changed
  • config/helm/aws-node-termination-handler/templates

1 file changed

+1
-1
lines changed

config/helm/aws-node-termination-handler/templates/psp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ metadata:
5555
{{ include "aws-node-termination-handler.labels" . | indent 4 }}
5656
roleRef:
5757
apiGroup: rbac.authorization.k8s.io
58-
kind: ClusterRole
58+
kind: Role
5959
name: {{ template "aws-node-termination-handler.fullname" . }}-psp
6060
subjects:
6161
- kind: ServiceAccount

0 commit comments

Comments
 (0)