Bart

Results 22 comments of Bart

@wayliums In my case I was missing the .env file in the folder of the prompty file

I'm looking also into this to use the HttpClientFactory to inject middleware like for example an exception logger middleware for example: A factory functions like this Func factory = ()...

Hi @adnanrahic The version is 0.11.8 The provision.yaml file exist in the config folder: ![image](https://github.com/kubeshop/tracetest/assets/4865355/44cfa51d-5403-4e65-bdba-7c8e578e8452) I tried a helm install and helm upgrade. The initial yaml file was created with...

I also can't change the datastore in th UI, see gif ![2023-05-23_11h48_43](https://github.com/kubeshop/tracetest/assets/4865355/5bcfff74-e001-4360-99ab-e0521334868c) and the log: ``` sending event "Test Connection" (test) event sent "Test Connection" (test) 2023/05/23 09:48:33 POST /tracetest/api/config/connection...

And an issue with the url if tracetest is configured with the suffix /tracetest ![image](https://github.com/kubeshop/tracetest/assets/4865355/44b1bc0e-b233-4ea3-84aa-0f6a4ad2a383) see also my yaml file: [tracetest.zip](https://github.com/kubeshop/tracetest/files/11542587/tracetest.zip)

Thanks @danielbdias, in the mean time i'm looking for a work around. But via the tracetest cli I don't see an option to install the tracetest server in another namespace....

Maybe good to know. I can save the jaeger URL if i deploy the tracetest without the suffix /tracetest ![image](https://github.com/kubeshop/tracetest/assets/4865355/8458388b-ed8e-4522-8bfa-55e512409ebe)

@mathnogueira I removed tracetest and the database. Then installed with `helm install jp-tracetest kubeshop/tracetest -n jp-integration-f values.yaml` With values.yaml: ``` provisioning: | --- # Datastore is where your application stores...

Great @adnanrahic ! Do you have a workaround or idea how I can achieve the following today? CICD into an environment (in my case azure AKS Dev, tst, acc and...