Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kubermatic-bot committed Nov 30, 2022
1 parent b743f99 commit 54665cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/kubermatic/main/references/crds/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ _Appears in:_
| `namespace` _[AppNamespaceSpec](#appnamespacespec)_ | Namespace describe the desired state of the namespace where application will be created. |
| `applicationRef` _[ApplicationRef](#applicationref)_ | ApplicationRef is a reference to identify which Application should be deployed |
| `values` _[RawExtension](#rawextension)_ | Values describe overrides for manifest-rendering. It's a free yaml field. |
| `reconciliationInterval` _[Duration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#duration-v1-meta)_ | ReconciliationInterval is the interval at which to force the reconciliation of the application. By default, Applications are only reconciled on changes on spec, annotations, or the parent application definition. Meaning that if the user manually deletes the workload deployed by the application, nothing will happen until the application CR change.
Setting a value greater than zero force reconciliation even if no changes occurred on application CR. Setting a value equal to 0 disables the force reconciliation of the application (default behavior). Setting this too low can cause a heavy load and may disrupt your application workload depending on the template method. |


[Back to top](#top)
Expand Down

0 comments on commit 54665cd

Please sign in to comment.