From 49da43af7b3776efbdd6147af42f2e399f92108c Mon Sep 17 00:00:00 2001 From: Brandon Wagner Date: Tue, 25 May 2021 10:52:25 -0500 Subject: [PATCH] fix rolebinding kind --- config/helm/aws-node-termination-handler/templates/psp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/helm/aws-node-termination-handler/templates/psp.yaml b/config/helm/aws-node-termination-handler/templates/psp.yaml index 1df547aa..1b51c9f4 100644 --- a/config/helm/aws-node-termination-handler/templates/psp.yaml +++ b/config/helm/aws-node-termination-handler/templates/psp.yaml @@ -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