mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-12 22:09:08 +02:00
8 lines
150 B
HCL
8 lines
150 B
HCL
output "argocd_url" {
|
|
value = "argocd.${var.my_domain}"
|
|
}
|
|
|
|
output "argo_helm_values_overrides" {
|
|
value = helm_release.argocd.metadata[0].values
|
|
}
|