From 81e91fb86d9657f680e5b01245271bf5a400c86b Mon Sep 17 00:00:00 2001 From: Harshini Rangaswamy Date: Tue, 19 Dec 2023 13:02:30 +0100 Subject: [PATCH] Added missing service type config for DF adv parameter --- Makefile | 3 +++ includes/config-dragonfly.rst | 0 2 files changed, 3 insertions(+) create mode 100644 includes/config-dragonfly.rst diff --git a/Makefile b/Makefile index fba3304903..bc30fd52ab 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,9 @@ service-type-config-redis: service-type-config-influxdb: python "$(SOURCEDIR)/scripts/aiven/service_type_config.py" "influxdb" "includes/config-influxdb.rst" +service_type_config-dragonfly: + python "$(SOURCEDIR)/scripts/aiven/service_type_config.py" "dragonfly" "includes/config-dragonfly.rst" + # TODO: add automation for "pg". See https://github.com/aiven/devportal/issues/1026 # (Re)Generate cloud listing diff --git a/includes/config-dragonfly.rst b/includes/config-dragonfly.rst new file mode 100644 index 0000000000..e69de29bb2