Jannik Rebmann
Jannik Rebmann
I have exactly the same problem. I am using minikube to host a local Kubernetes cluster. However, the problem seems to have nothing to do with Kubernetes. If I just...
@evroon Thank you very much for your answer. Unfortunately, @BoW2EviL's approach leads to exactly the same error. ```bash Copy from internal path /certs/ldap.crt to /container/run/service/slapd/assets/certs/cert.pem Copy from internal path /certs/ldap.key...
I got the same problem in my project. Did I forget any parameter or setting? Interestingly the problem doesn't occur in my template 'nodegui-starter'. I think there is a mistake...
This function would be very nice. I want to use the ajv-json validation in my browser application, and better-ajv-errors is a very nice way to embellish the error messages for...
I had the problem starting my vue project in the browser due to a dependency on a package that itself has a dependency on log4js. I've tested this bugfix in...
I have exactly the same problem and have to add that the `DataTableColumnReorderEvent` actually returns the position of the indicator and not the cursor. This means the position of the...
I've created a pull request https://github.com/dysnix/charts/pull/285 which solves this issue.
Maybe this article could help you: https://dev.to/jrebmann/setup-a-secure-apache-nifi-cluster-in-kubernetes-1b86 It describes how to configure a secure NiFi cluster with a secure NiFi registry and deploy it in a Kubernetes cluster.
Hi @saxcorp, it's not about the creation of the folder, but about the permissions. Just add the folder path to the [`chmod` statement](https://github.com/dysnix/charts/blob/eb70bc4270a4a6b491bc9cf3850b7e907e898c6d/dysnix/nifi-registry/templates/statefulset.yaml#L37C1-L42C68): ```yaml command: - chown - -R -...
Hi @grandeon, I had exactly the same error! However, the explanation is not particularly satisfactory. Due to the use of the cert-manager, certificates are issued on the fully qualified internal...