diff --git a/deploy/Chart/templates/dynamic-rp/rbac.yaml b/deploy/Chart/templates/dynamic-rp/rbac.yaml index 97a7730349..ab548b2bf2 100644 --- a/deploy/Chart/templates/dynamic-rp/rbac.yaml +++ b/deploy/Chart/templates/dynamic-rp/rbac.yaml @@ -63,6 +63,33 @@ rules: - update - watch +# Terraform kubernetes provider needs to look up GVKs among available CRDs. +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - get + - list + - watch + +# Dapr resources for Recipes deployment. +- apiGroups: + - dapr.io + resources: + - components + - subscriptions + - configurations + - resiliencies + verbs: + - create + - delete + - get + - list + - patch + - update + - watch + # Integration with DE's API. - apiGroups: - apps