Skip to content

Commit f838217

Browse files
fix docs
1 parent f80df12 commit f838217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/cluster.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ A representation of a cluster you can deploy to.
2525
- `cloud` (String) The cloud provider used to create this cluster.
2626
- `cloud_settings` (Attributes) Cloud-specific settings for this cluster. (see [below for nested schema](#nestedatt--cloud_settings))
2727
- `handle` (String) A short, unique human-readable name used to identify this cluster. Does not necessarily map to the cloud resource name.
28+
- `helm_values` (String) Additional helm values you'd like to use in deployment agent helm installs. This is useful for BYOK clusters that need to use custom images or other constructs.
2829
- `kubeconfig` (Attributes) (see [below for nested schema](#nestedatt--kubeconfig))
2930
- `node_pools` (Attributes Map) **Experimental, not ready for production use.** Map of node pool specs managed by this cluster, where the key is name of the node pool and value contains the spec. Leave empty for bring your own cluster. (see [below for nested schema](#nestedatt--node_pools))
3031
- `protect` (Boolean) If set to `true` then this cluster cannot be deleted.

0 commit comments

Comments
 (0)