diff --git a/helm/templates/theodolite/role.yaml b/helm/templates/theodolite/role.yaml index 8b3961a33bd90f81af29b5adde9da449c6a462d8..90604a93fcb474c68f4ff91c7a40c10a04feb1ab 100644 --- a/helm/templates/theodolite/role.yaml +++ b/helm/templates/theodolite/role.yaml @@ -55,6 +55,7 @@ rules: - get - create - update +{{ toYaml .Values.rbac.additionalRules | indent 2 }} {{- if .Values.operator.enabled }} - apiGroups: - theodolite.com diff --git a/helm/values.yaml b/helm/values.yaml index 188332ef148e3e0e5a8b995fde3c8921581f718b..007e069e07db2bf06612ac40e6811a99e571bbfa 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -341,6 +341,7 @@ serviceAccount: rbac: create: true + additionalRules: [] randomScheduler: enabled: true