You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible somehow to configure terraform provider argocd without a domain in the cloud cluster? The main idea is to achieve a single-apply approach. I need to create an argocd_application.
@mkilchhofer I mean, we can't to use terraform apply only one time. We need to get ingress IP, configure DNS for domain and then to use terraform apply again. server_addr = "argocd-server.default.svc.cluster.local:443" - such variant doesn't work.
Terraform Version, ArgoCD Provider Version and ArgoCD Version
Terraform configuration
# Enter your configuration here.
Question
Is it possible somehow to configure terraform provider argocd without a domain in the cloud cluster? The main idea is to achieve a single-apply approach. I need to create an argocd_application.
The text was updated successfully, but these errors were encountered: