Skip to content

Commit

Permalink
Update based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-ventura authored Sep 19, 2024
1 parent 6a2214f commit 4467f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/en/docs/configuration/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The cache feature is optional and can be enabled via the environment variable RE
- `false`: Disables the cache, and the operator will fetch CF resources directly from the CF API on each request.

- **`CACHE_TIMEOUT`**
- Description: Defines the duration after which the cache is refreshed. The cache is refreshed based on the last time the cache was refreshed.
Description: This defines the duration after which the cache is refreshed. The cache is refreshed based on the last time it was refreshed.
- Type: String
- Default: `1m` (1 minute)
- Values:
Expand All @@ -101,7 +101,7 @@ These environment variables can be configured in your `deployment.yaml` file as
value: "{{ .Values.cache.enabled }}"
```
Additionally, the corresponding values can be set in the `values.yaml` file, allowing the operator to be easily configured:
Additionally, the corresponding values can be set in the `values.yaml` file of the [helm chart](https://github.com/SAP/cf-service-operator-helm/blob/main/chart/values.yaml)![image](https://github.com/user-attachments/assets/0426656d-fd55-4276-a7c3-e4483ba74218), allowing the operator to be easily configured:

```yaml
# -- Enable Resources Cache
Expand Down

0 comments on commit 4467f58

Please sign in to comment.