Skip to content

Commit 7c570e2

Browse files
authored
Document helm operator dryrunOption (#6958)
Signed-off-by: Oliver Walsh <owalsh@redhat.com>
1 parent c975e3a commit 7c570e2

File tree

1 file changed

+2
-0
lines changed
  • website/content/en/docs/building-operators/helm/reference

1 file changed

+2
-0
lines changed

website/content/en/docs/building-operators/helm/reference/watches.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The follow tables describes the fields in an entry in `watches.yaml`:
2020
| watchDependentResources | Enable watching resources that are created by helm (default: `true`). |
2121
| overrideValues | Values to be used for overriding Helm chart's defaults. For additional information see the [reference doc][override-values]. |
2222
| 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`) |
2324

2425

2526
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:
3637
selector:
3738
matchExpressions:
3839
- {key: testLabel, operator: Exists, values: []}
40+
dryRunOption: server
3941
```
4042
4143
[override-values]: /docs/building-operators/helm/reference/advanced_features/override_values/

0 commit comments

Comments
 (0)