bwhartlove
bwhartlove
Commenting here for tracking. I ran into the same issue when upgrading from 1.7 to 1.8.
Thanks for the info! In order to do this, do I need to write a YAML spec? I have not found any examples online about mounting an existing secret into...
@andreyvelich Thanks for the reply and the information. I can't say I am familiar enough with the underlying architecture to provide a clear solution to the issue. I just imagined...
I'll second these notions. Trying to install on Python3.12 and held up because of the scikit-learn pin that does not support Python3.12.
I was able to get passed this. However, my current issue is the inability to create any user via the `-init-file` flag. Even running the `mgconsole < init.cypherl` manually does...
Hello! I am using the [Memgraph Platform Image](https://hub.docker.com/layers/memgraph/memgraph-platform/latest/images/sha256-be01525ec48331f52e90b65f536ee6a09df1b48fdb27780ed2a6e9b6ad157fcb?context=explore) and deploying it via a Helm Chart I modified from the Memgraph Helm chart example provided [here](https://memgraph.com/docs/memgraph/reference-guide/deployment/kubernetes). Since I am trying to...
Sure thing. Here's the helm chart (I haven't finished my values file yet, so it's all verbose): ``` # StatefulSet apiVersion: apps/v1 kind: StatefulSet metadata: name: memgraph namespace: pipeline labels:...
I'll provide any insights as I run into them. Urgency is low, though I would like to get this resolved within the next week or so if possible. Thanks!
Small edit to the Helm Chart: I've noticed that I have to connect manually to the database. It does not detect the db on localhost, so I have to use...
I've noticed that the user is not present at spin up of the container, but if I hop in and manually import the cypher file, it creates the user just...