We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462b0d6 commit 6f9aa8bCopy full SHA for 6f9aa8b
config/helm/aws-node-termination-handler/templates/psp.yaml
@@ -32,10 +32,11 @@ spec:
32
volumes:
33
- '*'
34
---
35
-kind: ClusterRole
+kind: Role
36
apiVersion: rbac.authorization.k8s.io/v1
37
metadata:
38
name: {{ template "aws-node-termination-handler.fullname" . }}-psp
39
+ namespace: {{ .Release.Namespace }}
40
labels:
41
{{ include "aws-node-termination-handler.labels" . | indent 4 }}
42
rules:
@@ -49,6 +50,7 @@ apiVersion: rbac.authorization.k8s.io/v1
49
50
kind: RoleBinding
51
52
53
54
55
56
roleRef:
0 commit comments