services.php-fpm.enabled is true for helm chart purposes since #609, so will be included as part of the main application.yml.twig loop over enabled services.
A few alternatives:
Set enabled to false in services for docker and true in helm for pipeline.base.services (potential breaking change?)
Add an if statement in the application.yml.twig to skip over php-fpm.
Fixes #761
services.php-fpm.enabled is true for helm chart purposes since #609, so will be included as part of the main application.yml.twig loop over enabled services.
A few alternatives: