enable kustomize helm, add argocd domain

This commit is contained in:
2024-03-15 12:12:38 +01:00
parent 19da08cb1a
commit 170e4a9d7f
2 changed files with 19 additions and 6 deletions

View File

@@ -5,3 +5,7 @@ output "argocd_url" {
output "argo_helm_values_overrides" {
value = helm_release.argocd.metadata[0].values
}
output "argocd_ingress_route" {
value = kubectl_manifest.dashboard-ingress.yaml_body_parsed
}