Skip to content

Commit 29a0ba3

Browse files
authored
Merge pull request #3098 from OctopusDeploy/md/alix/gateway-vars-for-argocd-instance-tf
Add missing vars for argocd instances tf
2 parents ed4b0aa + 0800361 commit 29a0ba3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/pages/docs/argo-cd/instances/terraform-bootstrap.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ variable "gateway_namespace" {
148148
type = string
149149
default = "octopus-argocd-gateway"
150150
}
151+
152+
variable "gateway_name" {
153+
description = "Name of the Argo CD Gateway"
154+
type = string
155+
}
156+
157+
variable "gateway_chart_version" {
158+
description = "Helm chart version for the Argo CD Gateway"
159+
type = string
160+
}
151161
```
152162

153163
## Argo CD

0 commit comments

Comments
 (0)