Skip to content

Commit

Permalink
gateway - removing configuration overrides (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmauduit authored Nov 9, 2023
1 parent 1f9dd98 commit 4faa675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ georchestra:
enabled: false
docker_image: georchestra/gateway:latest
environment:
JAVA_TOOL_OPTIONS: "-Dgeorchestra.datadir=/etc/georchestra -Dspring.config.location=${georchestra.datadir}/gateway/application.yaml -Dspring.profiles.active=docker"
JAVA_TOOL_OPTIONS: "-Dgeorchestra.datadir=/etc/georchestra"
extra_environment: []
datadir:
volume:
Expand Down

0 comments on commit 4faa675

Please sign in to comment.