Skip to content
Snippets Groups Projects
Commit dfe7ad7d authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'update-rbacs' into 'theodolite-kotlin'

Update permissions for access to service monitors

See merge request !166
parents 5780bbe6 7f78fd91
No related branches found
No related tags found
2 merge requests!166Update permissions for access to service monitors,!159Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #3974 passed
......@@ -17,7 +17,6 @@ rules:
resources:
- services
- pods
- servicemonitors
- configmaps
verbs:
- delete
......@@ -39,6 +38,7 @@ rules:
- delete
- list
- create
- get
- apiGroups:
- theodolite.com
resources:
......
......@@ -43,6 +43,7 @@ rules:
- delete
- list
- create
- get
{{- if .Values.operator.enabled }}
- apiGroups:
- theodolite.com
......
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