Thomas Decaux

Results 130 comments of Thomas Decaux

Just curious, why we always set the finalizer? (if you must remove it to delete the app)

These resources should belong to another existing resources right? And argocd handle well parent -> child relationship. So it could be a bug from Cilium itself ( I mean Cilium...

Easy to fix, simply set values to ... default values.yaml file: ```shell helm template --set "ingress.hosts[0].host=toto" --values values.yaml . ``` The "merge" operation: - default values - parameters - default...

Hey! I did quickly this PR https://github.com/runatlantis/atlantis/pull/4029 , not tested yet, still working on it

This is a fantastic feature we'd love to have! espacially to deal with argo-workflow template & prometheus alerting. Any chance to have it merged?

because you need it ^^

actually this still happen: ``` E0517 09:19:57.989966 1 reflector.go:147] k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1.PartialObjectMetadata: unable to sync list result: internal error: cannot cast object cache.DeletedFinalStateUnknown{Key:"kube-system/sh.helm.release.v1.cilium.v250683", Obj:(*v1.PartialObjectMetadata)(0xc001a17d40)} to PartialObjectMetadata ``` (AKS...

Also, logstash **dont start if output cannot connect** (by example, to a RabbitMQ server). Using pipeline To pipeline, to seperate input from output, dont work! input is starting, but logstash...

you cannot. But with Symfony 6, you are able to use api-platform 3

Yes **bootstrap** is exactly the right word here! Currently I am using argo-workflow to retrieve the disk-snapshot on azure, then create a VolumeSnapshot and a PVC. I did a small...