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