Skip to content

Commit de1db3c

Browse files
committed
Merge remote-tracking branch 'origin/main' into gh-pages
2 parents 552f8a2 + c117488 commit de1db3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,10 @@ All command line flags has defaults and hence none of them are mandatory.
472472
| RECONCILIATION_INTERVAL | The time interval between reconciliation loops, unless an `AuthorizationModelRequest` is created or modified. | "10s" | No | "45s", "5m", "3h" |
473473

474474

475+
## Limitations
476+
477+
- The store name provided must be unique. When querying existing stores, the operator retrieves the ID of the **first store** in OpenFGA that matches the specified name.
478+
475479
## Events
476480

477481
This table outlines the events emitted by the controllers during the reconciliation process, along with their type and description.

charts/fga-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ controllerManager:
3838
# Image configuration for the controller manager
3939
image:
4040
repository: ghcr.io/3schwartz/fga-operator
41-
tag: "11725270539"
41+
tag: "11881468486"
4242

4343
# Resource requests and limits for the controller manager container
4444
resources:

0 commit comments

Comments
 (0)