Skip to content

Commit

Permalink
fix - the default site fixture is never loaded (#210)
Browse files Browse the repository at this point in the history
* feat: refactor chart to make it compatible with GeoNode projects

* fix: the initial data path changes for geonode project

* fix: case for settings module were inverted

* Revert "fix: case for settings module were inverted"

This reverts commit aeb66af.

* feature: allow to provide custom secrets/env var to geoserver

* fix - the default site fixture is never loaded
  • Loading branch information
AlexGacon authored Sep 22, 2024
1 parent f7c9023 commit 1c951cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/geonode/templates/geonode/geonode-tasks-py-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,11 @@ data:
)
ctx.run(
f"python manage.py loaddata /tmp/default_oauth_apps_docker.json \
--settings={_localsettings()}",
pty=True,
)
ctx.run(
f"python manage.py loaddata /tmp/default_site.json \
--settings={_localsettings()}",
pty=True,
)
Expand Down

0 comments on commit 1c951cb

Please sign in to comment.