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: docs/resources/release.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ A Chart is a Helm package. It contains all of the resource definitions necessary
31
31
-`disable_crd_hooks` (Boolean) Prevent CRD hooks from, running, but run other hooks. See helm install --no-crd-hook
32
32
-`disable_openapi_validation` (Boolean) If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema. Defaults to `false`.
33
33
-`disable_webhooks` (Boolean) Prevent hooks from running.Defaults to `false`.
34
+
-`dry_run_option` (String) Use "server" to interact with remote apiserver while creating plan. Only used in experimental manifest mode.
34
35
-`force_update` (Boolean) Force resource update through delete/recreate if needed. Defaults to `false`.
35
36
-`keyring` (String) Location of public keys used for verification. Used only if `verify` is true. Defaults to `/.gnupg/pubring.gpg` in the location set by `home`.
36
37
-`lint` (Boolean) Run helm lint when planning. Defaults to `false`.
Description: "Prevent CRD hooks from, running, but run other hooks. See helm install --no-crd-hook",
252
253
},
254
+
"dry_run_option": {
255
+
Type: schema.TypeString,
256
+
Optional: true,
257
+
Default: defaultAttributes["dry_run_option"],
258
+
Description: "When executing a dry run to render manifest in experiment mode, render manifest with remote interaction. See helm install --dry-run=server",
259
+
},
253
260
"reuse_values": {
254
261
Type: schema.TypeBool,
255
262
Optional: true,
@@ -942,6 +949,7 @@ func resourceDiff(ctx context.Context, d *schema.ResourceDiff, meta interface{})
0 commit comments