Flávio Moringa
Flávio Moringa
This would be extremely useful. Right now I have an issue installing Kyverno and then some policies that needs exactly this, because Kyverno CRD's need to be in place first....
Have the exact same issue with installing Kyverno and then some policies. Also referenced here: https://github.com/argoproj/argo-cd/issues/8358 https://github.com/argoproj/argo-cd/issues/7978
Hi, I'm having this exact same issue. Using argocd cli works perfectly, but using the terraform module it seems we cannot reach the argocd server.... it gets stuck in the...
I finally manage to fix it by adding the " grpc_web = true " to the provider fields. Something like: ``` provider "argocd" { # server_addr = "localhost:443" # env...
Having the same issue, commented that on this ticket that I think is the same problem: https://github.com/oboukili/terraform-provider-argocd/issues/120
I finally manage to fix it by adding the " grpc_web = true " to the provider fields. Something like: ``` provider "argocd" { # server_addr = "localhost:443" # env...
I just found the issue, I also need to have this variable set: website_enabled = true Please update the documentation of the "redirect_all_requests_to" to say this. Thanks
We have the exact same issue using Prisma Cloud (By Palo Alto Networks). We have to use the Harbor admin account so that Prisma can successfully scan all images in...
We really need this too, please prioritise it. Thanks
Hi, we have EXACTLY this need, having and internal-lb and a external-lb controllers running, and then allow our users to choose the correct ingress class pointing to the correct LB....