Skip to content

Commit

Permalink
Fix neo4j service name
Browse files Browse the repository at this point in the history
  • Loading branch information
metacoma committed May 26, 2024
1 parent 5bedb5d commit 6f9c757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossplane/xrd_kcl_function.k
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ kind: InMemoryChannel
env = [
{
name = "NEO4J_URL"
value = "${config.neo4j.release_name}." + makeContextNamespace("{{ context_name }}") + ":${config.neo4j.port}"
value = "{{ context_name }}-${config.neo4j.release_name}-neo4j." + makeContextNamespace("{{ context_name }}") + ":${config.neo4j.port}"
}
{
name = "NEO4J_USERNAME"
Expand Down

0 comments on commit 6f9c757

Please sign in to comment.