Skip to content

Commit ed21cc5

Browse files
RBAC errors fixed
1 parent ae4a4e1 commit ed21cc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RBAC.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
apiVersion: rbac.authorization.k8s.io/v1
88
kind: Role
99
metadata:
10-
name: defender-udpater-role
10+
name: defender-updater-role
1111
rules:
1212
- apiGroups: ["apps"]
1313
resources: ["daemonsets"]
@@ -16,12 +16,12 @@ rules:
1616
apiVersion: rbac.authorization.k8s.io/v1
1717
kind: RoleBinding
1818
metadata:
19-
name: defender-udpater-rolebinding
19+
name: defender-updater-rolebinding
2020
subjects:
2121
- kind: ServiceAccount
2222
name: defender-updater-sa
2323
namespace: twistlock
2424
roleRef:
2525
kind: Role
26-
name: defender-udpater-role
26+
name: defender-updater-role
2727
apiGroup: rbac.authorization.k8s.io

0 commit comments

Comments
 (0)