Skip to content
Snippets Groups Projects
Commit 6d286178 authored by Samuel Vijaykumar M's avatar Samuel Vijaykumar M
Browse files

Missed to add permission for leases.

parent d92dfef4
Branches
Tags
No related merge requests found
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
.bash_history .bash_history
.vscode .vscode
.idea/ .idea/
/tmp
\ No newline at end of file
...@@ -16,6 +16,15 @@ rules: ...@@ -16,6 +16,15 @@ rules:
- customresourcedefinitions - customresourcedefinitions
verbs: verbs:
- "*" - "*"
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- list
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment