mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-14 23:09:08 +02:00
Add ArgoCD as an optional module
This commit is contained in:
7
oci-managed/argocd/output.tf
Normal file
7
oci-managed/argocd/output.tf
Normal 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
|
||||
}
|
Reference in New Issue
Block a user