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

Merge branch 'theodolite-kotlin' of...

Merge branch 'theodolite-kotlin' of git.se.informatik.uni-kiel.de:she/theodolite into make-patcher-params-flexibal
parents 27c74060 2cbbeea0
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!148Make patcher parameters flexible,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -56,5 +56,14 @@ rules: ...@@ -56,5 +56,14 @@ rules:
- watch - watch
- update - update
- patch - patch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- delete
- get
- create
- update
{{- end }} {{- end }}
{{- end }} {{- end }}
\ No newline at end of file
...@@ -52,4 +52,12 @@ rules: ...@@ -52,4 +52,12 @@ rules:
- watch - watch
- update - update
- patch - patch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- delete
- get
- create
- update
\ No newline at end of file
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