You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/en/docs/building-operators/helm/reference/watches.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The follow tables describes the fields in an entry in `watches.yaml`:
20
20
| watchDependentResources | Enable watching resources that are created by helm (default: `true`). |
21
21
| overrideValues | Values to be used for overriding Helm chart's defaults. For additional information see the [reference doc][override-values]. |
22
22
| selector | The conditions that a resource's labels must satisfy in order to get reconciled. For additional information see [labels and selectors documentation][label-selector-doc]. |
23
+
| dryRunOption | The helm dry-run method to use when comparing manifests. Set to `server` to ensure `lookup()` functions are evaluated (default: `client/none`) |
23
24
24
25
25
26
For reference, here is an example of a simple `watches.yaml` file:
@@ -36,6 +37,7 @@ For reference, here is an example of a simple `watches.yaml` file:
0 commit comments