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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ A Chart is a Helm package. It contains all of the resource definitions necessary
50
50
-`reset_values` (Boolean) When upgrading, reset the values to the ones built into the chart. Defaults to `false`.
51
51
-`reuse_values` (Boolean) When upgrading, reuse the last release's values and merge in any overrides. If 'reset_values' is specified, this is ignored. Defaults to `false`.
52
52
-`set` (Block Set) Custom values to be merged with the values. (see [below for nested schema](#nestedblock--set))
53
+
-`set_wo` (Attribute List) Custom values to be merged with the values. This is the same as "set" but write-only. (see [below for nested schema](#nestedblock--set))
54
+
-`set_wo_revision` (Number) The current revision of the write-only "set_wo" attribute. Incrementing this integer value will cause Terraform to update the write-only value.`
53
55
-`set_list` (Block List) Custom list values to be merged with the values. (see [below for nested schema](#nestedblock--set_list))
54
56
-`set_sensitive` (Block Set) Custom sensitive values to be merged with the values. (see [below for nested schema](#nestedblock--set_sensitive))
55
57
-`skip_crds` (Boolean) If set, no CRDs will be installed. By default, CRDs are installed if not already present. Defaults to `false`.
0 commit comments