Skip to content

Commit ea9eb17

Browse files
authored
Remove comment for service definition, fixes #107 (#108)
1 parent b93b9d5 commit ea9eb17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

install.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ post_install_actions:
174174
{{ if eq $service_def.type "postgresql" }} {{ $_ = set $service_def "type" "postgres" }} {{ end }}
175175
{{ $_ = set $service_def "fulltype" (list $service_def.type $service_def.version | join ":") }}
176176
177-
# echo service_def={{$service_def}}
178-
179177
{{ $supported_db_types := list "postgres" "mysql" "mariadb" }}
180178
{{/* For supported services, key is the service name and value is the corresponding add-on to install if applicable (nil if not needed) */}}
181179
{{ $supported_services := dict "redis" "ddev/ddev-redis" "memcached" "ddev/ddev-memcached" "elasticsearch" "ddev/ddev-elasticsearch" }}

0 commit comments

Comments
 (0)