We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4a4e1 commit ed21cc5Copy full SHA for ed21cc5
RBAC.yaml
@@ -7,7 +7,7 @@ metadata:
7
apiVersion: rbac.authorization.k8s.io/v1
8
kind: Role
9
metadata:
10
- name: defender-udpater-role
+ name: defender-updater-role
11
rules:
12
- apiGroups: ["apps"]
13
resources: ["daemonsets"]
@@ -16,12 +16,12 @@ rules:
16
17
kind: RoleBinding
18
19
- name: defender-udpater-rolebinding
+ name: defender-updater-rolebinding
20
subjects:
21
- kind: ServiceAccount
22
name: defender-updater-sa
23
namespace: twistlock
24
roleRef:
25
26
27
apiGroup: rbac.authorization.k8s.io
0 commit comments