Skip to content

Commit 70bd82c

Browse files
committed
refs platform/#3152: remove var agent_kas_address
1 parent ff98fc1 commit 70bd82c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,6 @@ variable "agent_replicas" {
143143
default = 1
144144
}
145145

146-
variable "agent_kas_address" {
147-
description = "The address of the Gitlab Kubernetes Agent Server (KAS)."
148-
type = string
149-
default = "kas.gitlab.com"
150-
}
151-
152146
variable "create_default_pod_anti_affinity" {
153147
description = "Create default podAntiAffinity rules for the Gitlab Agent pods."
154148
type = bool

0 commit comments

Comments
 (0)