Thomas Decaux
Thomas Decaux
I have same issue, phantomjs process are staying as phantom process ^^ Maybe a kind of cron task or with supervisord to kill these process ?
funny, I see same error with azure mysql too
> @ebuildy [#15657 (comment)](https://github.com/argoproj/argo-cd/pull/15657#issuecomment-2074882760) > > Oh, I noticed your mention. Is it okay if I implement that issue? hey @Jack-R-lantern go for it! didnt spend time on it. Thanks...
cant believe it, we can see all info from configuration (host, password etc...)
This is broken from SF 4.4, running a fresh install ``` 10005 symfony new my_project_directory --version="4.4.*" 10006 cd my_project_directory 10010 composer require --dev phpunit/phpunit symfony/test-pack 10014 ./bin/phpunit ``` Gives error:...
Ho yeah totally unrelated, 😔 Le lun. 5 févr. 2024, 10:39, Alexis Lefebvre ***@***.***> a écrit : > @ebuildy You have this error without > installing LiipFunctionalTestBundle? > > —...
Looks like symfony is doing some shit with their phpunit bridge , this drive me nuts Le lun. 5 févr. 2024, 11:06, Alexis Lefebvre ***@***.***> a écrit : > Thanks...
OK got it! In Symfony documentation, for 4.4 at https://symfony.com/doc/4.x/testing.html, they said: ``` composer require --dev phpunit/phpunit symfony/test-pack ``` But symfony bridge is using another version of phpunit, tuned by...
Is a workaround use a secure place like a vault, to store and retrieve the kubeconfig?
We use ``data "rancher2_cluster" "tools" {`` to get k8s cluster details (host + auth) in order to configure ``kubectl`` provider: ``` provider "kubectl" { host = try(yamldecode(data.rancher2_cluster.tools[0].kube_config).clusters[0].cluster.server, null) token =...