File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
argocd/iac/terraform/examples/eks/external-secrets Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2121 project : default
2222 source :
2323 repoURL : ' {{metadata.annotations.gitops_bridge_repo_url}}'
24- path : ' {{metadata.annotations.gitops_bridge_repo_path}}'
24+ path : ' {{metadata.annotations.gitops_bridge_repo_basepath}}{{metadata.annotations. gitops_bridge_repo_path}}'
2525 targetRevision : ' {{metadata.annotations.gitops_bridge_repo_revision}}'
2626 directory :
2727 recurse : true
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ locals {
4949 cluster_version = " 1.27"
5050 gitops_addons_org = var. gitops_addons_org
5151 gitops_addons_repo = var. gitops_addons_repo
52+ gitops_addons_basepath = var. gitops_addons_basepath
5253 gitops_addons_path = var. gitops_addons_path
5354 gitops_addons_revision = var. gitops_addons_revision
5455 gitops_addons_url = " ${ local . gitops_addons_org } /${ local . gitops_addons_repo } "
@@ -110,6 +111,7 @@ locals {
110111 },
111112 {
112113 gitops_bridge_repo_url = local.gitops_addons_url
114+ gitops_bridge_repo_basepath = local.gitops_addons_basepath
113115 gitops_bridge_repo_path = local.gitops_addons_path
114116 gitops_bridge_repo_revision = local.gitops_addons_revision
115117 },
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ variable "gitops_addons_repo" {
66 description = " Git repository contains for addons"
77 default = " gitops-bridge-argocd-control-plane-template"
88}
9+ variable "gitops_addons_basepath" {
10+ description = " Git repository base path for addons"
11+ default = " "
12+ }
913variable "gitops_addons_path" {
1014 description = " Git repository path for addons"
1115 default = " bootstrap/control-plane/addons"
You can’t perform that action at this time.
0 commit comments