From ea9eb17449728c6dcb57dd95b75939a37da49da9 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi <67897517+ibexa-yuna@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:35:25 +0200 Subject: [PATCH] Remove comment for service definition, fixes #107 (#108) --- install.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.yaml b/install.yaml index 657ba64..16d1c4d 100644 --- a/install.yaml +++ b/install.yaml @@ -174,8 +174,6 @@ post_install_actions: {{ if eq $service_def.type "postgresql" }} {{ $_ = set $service_def "type" "postgres" }} {{ end }} {{ $_ = set $service_def "fulltype" (list $service_def.type $service_def.version | join ":") }} - # echo service_def={{$service_def}} - {{ $supported_db_types := list "postgres" "mysql" "mariadb" }} {{/* For supported services, key is the service name and value is the corresponding add-on to install if applicable (nil if not needed) */}} {{ $supported_services := dict "redis" "ddev/ddev-redis" "memcached" "ddev/ddev-memcached" "elasticsearch" "ddev/ddev-elasticsearch" }}