We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e008d5 commit a523d62Copy full SHA for a523d62
examples/resources/castai_pod_mutation/resource.tf
@@ -75,7 +75,7 @@ resource "castai_pod_mutation" "multi_pool_distribution" {
75
name = "general-pool"
76
percentage = 70
77
config {
78
- spot_type = "OPTIONAL_SPOT"
+ spot_type = "OPTIONAL_SPOT"
79
node_templates_to_consolidate = ["default-general"]
80
}
81
0 commit comments