Skip to content

Commit 4dbab46

Browse files
Apply suggestions from code review
Co-authored-by: alexandraoberaigner <[email protected]> Signed-off-by: Giovanni Liva <[email protected]>
1 parent 3e67516 commit 4dbab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/sync-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ the `clientID`, `clientSecret`, and the `tokenURL` for the OAuth Server.
162162
```
163163

164164
When deploying Flagd in Kubernetes, you can securely manage the secrets from the file system. In this case, the client id and secret
165-
will be read from the files `client-id` and `client-secret`, respectively.
165+
will be read from the files `client-id` and `client-secret`, respectively. If the `folder` attribute is set, client id and secret on top level will be ignored.
166166
To support rotating the secrets without restarting flagd, the additional parameter `ReloadDelayS` can be used to force
167167
the reload of the secrets from the filesystem every `ReloadDelayS` seconds.
168168

0 commit comments

Comments
 (0)