Add ArgoCD as an optional module

This commit is contained in:
2024-03-14 17:00:30 +01:00
parent 4f744da328
commit 19da08cb1a
11 changed files with 128 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
output "argocd_url" {
value = "argocd.${var.my_domain}"
}
output "argo_helm_values_overrides" {
value = helm_release.argocd.metadata[0].values
}