typos
This commit is contained in:
parent
9ae9020b23
commit
a8a1311783
@ -19,7 +19,7 @@ releases:
|
|||||||
|
|
||||||
- name: ocelot-neo4j
|
- name: ocelot-neo4j
|
||||||
namespace: {{ .StateValues.namespace }}
|
namespace: {{ .StateValues.namespace }}
|
||||||
chart: ocelot-social/ocelot-social
|
chart: ocelot-social/ocelot-neo4j
|
||||||
values:
|
values:
|
||||||
- ./values/ocelot.yaml.gotmpl
|
- ./values/ocelot.yaml.gotmpl
|
||||||
secrets:
|
secrets:
|
||||||
|
|||||||
@ -15,6 +15,7 @@ backend:
|
|||||||
repository: ghcr.io/{{ .StateValues.github_repository | lower }}/backend
|
repository: ghcr.io/{{ .StateValues.github_repository | lower }}/backend
|
||||||
storage: "10Gi"
|
storage: "10Gi"
|
||||||
env:
|
env:
|
||||||
|
NEO4J_URI: "bolt://ocelot-neo4j-neo4j:7687"
|
||||||
PRODUCTION_DB_CLEAN_ALLOW: "true"
|
PRODUCTION_DB_CLEAN_ALLOW: "true"
|
||||||
PUBLIC_REGISTRATION: "true"
|
PUBLIC_REGISTRATION: "true"
|
||||||
INVITE_REGISTRATION: "true"
|
INVITE_REGISTRATION: "true"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user