Adrian Dabuleanu

Results 8 comments of Adrian Dabuleanu
trafficstars

two years later and the error still persists. any updates?

I ended up on this thread because I have experienced a similar issue with a slow starting pod ~ 2 minutes (with all the probes configured), so I ended up...

I confirm that if you get panic inside a test it will not run the `testenv.Finish`. In this case there is no way of running any cleanup when a panic...

I managed to achieve the same request using [Post selector all generators](https://github.com/argoproj/argo-cd/blob/master/docs/user-guide/application-set.md#post-selector-all-generators) (introduced in [#361](https://github.com/argoproj/applicationset/issues/361)).

@glyhood in your example you are creating Applications from ApplicationSets that use a source of helm chart inside a helm repository, while your values files are stored in a git...

Any updates or any potential workaround?

I am having the same issue while deploying vault with eks blueprints addons and argocd (argocd_manage_add_ons=true). The issue comes from this [code](https://github.com/hashicorp/terraform-aws-hashicorp-vault-eks-addon/blob/main/outputs.tf#L6). See similar implementation for [external-dns](https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/v4.22.0/modules/kubernetes-addons/external-dns/outputs.tf#LL1C1-L5C1). I will make...