From a8a1311783e5c689563c3ca2f4df6f0d2f3cdb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 29 Oct 2024 22:18:52 +0100 Subject: [PATCH] typos --- helmfile/helmfile.yaml.gotmpl | 2 +- helmfile/values/ocelot.yaml.gotmpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helmfile/helmfile.yaml.gotmpl b/helmfile/helmfile.yaml.gotmpl index 02ac5a0..781bd89 100644 --- a/helmfile/helmfile.yaml.gotmpl +++ b/helmfile/helmfile.yaml.gotmpl @@ -19,7 +19,7 @@ releases: - name: ocelot-neo4j namespace: {{ .StateValues.namespace }} - chart: ocelot-social/ocelot-social + chart: ocelot-social/ocelot-neo4j values: - ./values/ocelot.yaml.gotmpl secrets: diff --git a/helmfile/values/ocelot.yaml.gotmpl b/helmfile/values/ocelot.yaml.gotmpl index 95c8bc9..98ccdeb 100644 --- a/helmfile/values/ocelot.yaml.gotmpl +++ b/helmfile/values/ocelot.yaml.gotmpl @@ -15,6 +15,7 @@ backend: repository: ghcr.io/{{ .StateValues.github_repository | lower }}/backend storage: "10Gi" env: + NEO4J_URI: "bolt://ocelot-neo4j-neo4j:7687" PRODUCTION_DB_CLEAN_ALLOW: "true" PUBLIC_REGISTRATION: "true" INVITE_REGISTRATION: "true"