Skip to content

Commit

Permalink
change to final values
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Santana <[email protected]>
  • Loading branch information
csantanapr committed Oct 28, 2023
1 parent 9e0dba4 commit a2f9f82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions patterns/gitops/getting-started-argocd/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ variable "gitops_addons_path" {
default = "bootstrap/control-plane/addons"
}

# Workload Git
# TODO: Replace values from fork to upstream
# Workloads Git
variable "gitops_workload_org" {
description = "Git repository org/user contains for workload"
type = string
default = "https://github.com/csantanapr"
default = "https://github.com/aws-ia"
}
variable "gitops_workload_repo" {
description = "Git repository contains for workload"
Expand All @@ -68,7 +67,7 @@ variable "gitops_workload_repo" {
variable "gitops_workload_revision" {
description = "Git repository revision/branch/ref for workload"
type = string
default = "gitops-bridge-1st-example"
default = "main"
}
variable "gitops_workload_basepath" {
description = "Git repository base path for workload"
Expand Down

0 comments on commit a2f9f82

Please sign in to comment.