Skip to content

Commit

Permalink
Update ansible/roles/schulcloud-server-init/templates/configmap_file_…
Browse files Browse the repository at this point in the history
…init.yml.j2

Co-authored-by: mamutmk5 <[email protected]>
  • Loading branch information
Loki-Afro and mamutmk5 authored Oct 23, 2023
1 parent 91e5469 commit 09ff41f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ data:
else
echo "gg, hacky mongo replicaset"
fi
{% if KEDA_NAMESPACE_ACTIVATOR_ENABLED is defined %}
curl -XPUT -H 'Content-Type: application/json' -Lv 'https://activate.cd.dbildungscloud.dev/namespace' -d '{"name" : "{{ NAMESPACE }}"}'
{% endif %}
curl --retry 360 --retry-connrefused --retry-delay 10 -X POST 'http://mgmt-svc:3333/api/management/database/seed?with-indexes=true'

# Below is a series of a MongoDB-data initializations, meant for the development and testing
Expand Down

0 comments on commit 09ff41f

Please sign in to comment.