cfitzw
cfitzw
Is there any documentation on test deploying the `backend` branch?
    Here are screenshots of the AF structure, the variables defined for the grafana dashboard, a working example using a single variable selection which returns all attributes...
@pvmagacho-nde If you mean attributes, then yes. Specifically for the built-in Geomap (plotting of all assets and allowing to click on them to see all attributes), as this currently is...
Any updates or planned timing for this?
@srebhan I was able to pull the binaries from #15648 into my container and successfully retrieve data for individual bits,as expected, on multiple devices. This is a game changer and...
A few quick tweaks to the documentation for v2.5 (#5913)
@squakez -- please review this.
Correct, and setting `camel.main.cloud-properties-location` explicitly does work. - When using plain-quarkus and providing a **generic** configmap (non file-based), it is already automatically setting this cloud location and the properties are...
I also tried starting using the `--insecure-registry` option per documentation (https://minikube.sigs.k8s.io/docs/handbook/registry/): ```bash minikube start --driver=podman --container-runtime=cri-o --addons=registry --insecure-registry "10.0.0.0/24" ``` No luck.
This may or may not be related, but if using the standard .properties `${}` placeholder syntax, camel k is unable to resolve these... meaning using `{{base.fqdn}}` in an integration fails....