Finn

Results 10 comments of Finn

@rohit-vrrr did you make this work eventually?

@hardillb I'm working with @lucboj and we've experienced this problem on two separate Managed K8s platforms, which are using different custom storage classes, as well as on a MicroK8s cluster...

``` apiVersion: apps/v1 kind: Deployment metadata: name: nr-test namespace: default labels: app: nr-test spec: replicas: 1 selector: matchLabels: app: "nr-test" template: metadata: labels: app: nr-test spec: securityContext: runAsUser: 1000 runAsGroup:...

Thanks, much appreciated! The predeploy hook just confirms that the initContainer (which installs an npm package) has run successfully before starting Node-RED. Here's the PVC: ```yaml apiVersion: v1 kind: PersistentVolumeClaim...

I've stumbled upon this problem and also on the missing "auth" type in the `_M` object. Did you find any solution @jonathan-dev?

I found a solution for my problem by implementing two basically identical routes **/api/my-service/*** The first route has OIDC enabled and this extra vars: ``` "vars": [ [ "arg_apikey", "!",...

Hey, thanks for the quick reply @c0c0n3 You're right, it was really easy to set up a CircleCI pipeline. I switched out the deprecated `timescaledb-postgis` image for the `timescaledb-ha` image...

Pipeline was successful with `pg16.4-ts2.16.1-all` and `pg15.8-ts2.16.1-all` as well. One reporter test failed, but after a rerun it succeeded: ``` > assert r.json()[0]['temperature']['value'] == 14 E assert 13.0 == 14...

We should maybe discuss if all tests for PostgreSQL 12-16 are needed or if 12+13 can be removed.

I have read the CLA Document and I hereby sign the CLA