Skip to content

Commit a360146

Browse files
committed
fix(variables.tf): update domain in labels and taints from truefoundry.io to truefoundry.com to reflect domain change
1 parent 732d181 commit a360146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ variable "control_plane_pool_config" {
176176
workload_metadata_config_mode = optional(string, "GKE_METADATA")
177177
service_account = optional(string, "default")
178178
labels = optional(map(string), {
179-
"class.truefoundry.io/component" = "control-plane"
179+
"class.truefoundry.com/component" = "control-plane"
180180
})
181181
taints = optional(object(
182182
{
183-
key = optional(string, "class.truefoundry.io/component")
183+
key = optional(string, "class.truefoundry.com/component")
184184
value = optional(string, "control-plane")
185185
effect = optional(string, "NO_SCHEDULE")
186186
}

0 commit comments

Comments
 (0)