add FES to RBAC in chart
This commit is contained in:
parent
74ee530a6c
commit
8690cc90e8
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue