Skip to content

Adding helm charts

Halunka Matthieu requested to merge helm into master

This MR consists in:

  • Clean composer command and merge dependencies inside Docker container
  • Separate Dockerfile in two (one for prod without xDebug, and one for dev with), using ARG command was possible, but this induce to not be able to use the caching of layer when building our containers
  • Rebuild CI
  • Adding Helm charts for deployment
  • Changing XDebug config in order to use it to do live debugging session
Edited by Halunka Matthieu

Merge request reports