Skip to content

Commit

Permalink
Remove comment for service definition, fixes #107 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored Jun 22, 2023
1 parent b93b9d5 commit ea9eb17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit ea9eb17

Please sign in to comment.