Skip to content

Commit

Permalink
Document database reconciler flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden Refaeli committed Aug 2, 2023
1 parent 2574b5c commit 9984009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/configuration/otterize-chart/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Further information about intents-operator parameters can be found [in the inten
| `intentsOperator.operator.autoCreateNetworkPoliciesForExternalTraffic` | Automatically allow external traffic, if a new ClientIntents resource would result in blocking external (internet) traffic and there is an Ingress/Service resource indicating external traffic is expected. | `true` |
| `intentsOperator.operator.autoCreateNetworkPoliciesForExternalTrafficDisableIntentsRequirement` | **experimental** - If `autoCreateNetworkPoliciesForExternalTraffic` is enabled, do not require ClientIntents resources - simply create network policies based off of the existence of an Ingress/Service resource. | `false` |
| `intentsOperator.operator.resources` | Resources override. | |
| `intentsOperator.operator.enableDatabaseReconciler` | **experimental** - If set to true, the new database reconciler is enabled. | `false` |


## SPIRE parameters
All configurable parameters of SPIRE can be configured under the alias `spire`.
Expand Down

0 comments on commit 9984009

Please sign in to comment.