We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93b9d5 commit ea9eb17Copy full SHA for ea9eb17
install.yaml
@@ -174,8 +174,6 @@ post_install_actions:
174
{{ if eq $service_def.type "postgresql" }} {{ $_ = set $service_def "type" "postgres" }} {{ end }}
175
{{ $_ = set $service_def "fulltype" (list $service_def.type $service_def.version | join ":") }}
176
177
- # echo service_def={{$service_def}}
178
-
179
{{ $supported_db_types := list "postgres" "mysql" "mariadb" }}
180
{{/* For supported services, key is the service name and value is the corresponding add-on to install if applicable (nil if not needed) */}}
181
{{ $supported_services := dict "redis" "ddev/ddev-redis" "memcached" "ddev/ddev-memcached" "elasticsearch" "ddev/ddev-elasticsearch" }}
0 commit comments