add FES to RBAC in chart

This commit is contained in:
Felix Kunde 2021-12-09 12:44:33 +01:00
parent 74ee530a6c
commit 8690cc90e8
2 changed files with 15 additions and 1 deletions

View File

@ -34,6 +34,20 @@ rules:
- get - get
- list - list
- watch - watch
# all verbs allowed for event streams
- apiGroups:
- zalando.org
resources:
- fabriceventstreams
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
# to create or get/update CRDs when starting up # to create or get/update CRDs when starting up
- apiGroups: - apiGroups:
- apiextensions.k8s.io - apiextensions.k8s.io

View File

@ -530,7 +530,7 @@ have the following properties:
The application name to which the database and CDC belongs to. For each The application name to which the database and CDC belongs to. For each
set of streams with a distinct `applicationId` a separate stream CR as well set of streams with a distinct `applicationId` a separate stream CR as well
as a separate logical replication slot will be created. This means there can as a separate logical replication slot will be created. This means there can
different streams in the same database and streams with the same be different streams in the same database and streams with the same
`applicationId` are bundled in one stream CR. The stream CR will be called `applicationId` are bundled in one stream CR. The stream CR will be called
like the Postgres cluster plus "-<applicationId>" suffix. Required. like the Postgres cluster plus "-<applicationId>" suffix. Required.