Skip to content
Snippets Groups Projects
Commit c5d3864b authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Add leases to theodolite role

parent 806191c8
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!149Add leases to Theodolite role,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -56,5 +56,17 @@ rules: ...@@ -56,5 +56,17 @@ rules:
- watch - watch
- update - update
- patch - patch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- delete
- list
- get
- create
- watch
- update
- patch
{{- end }} {{- end }}
{{- end }} {{- end }}
\ No newline at end of file
...@@ -52,4 +52,17 @@ rules: ...@@ -52,4 +52,17 @@ rules:
- watch - watch
- update - update
- patch - patch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- delete
- list
- get
- create
- watch
- update
- patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment