We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff98fc1 commit 70bd82cCopy full SHA for 70bd82c
variables.tf
@@ -143,12 +143,6 @@ variable "agent_replicas" {
143
default = 1
144
}
145
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
-
152
variable "create_default_pod_anti_affinity" {
153
description = "Create default podAntiAffinity rules for the Gitlab Agent pods."
154
type = bool
0 commit comments