From a99af3f17039f5c4b560b6a1ce117daf6d49e8da Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Fri, 13 Jun 2025 10:01:53 +0000 Subject: [PATCH] Add service_environment --- tools/generate_doc_confpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate_doc_confpy.py b/tools/generate_doc_confpy.py index 952554b..52a5460 100644 --- a/tools/generate_doc_confpy.py +++ b/tools/generate_doc_confpy.py @@ -215,7 +215,7 @@ def process_repositories(args, service): context["service_category"] = service['service_category'] context["service_title"] = service['service_title'] context["service_type"] = service['service_type'] - context["service_environment"] = cloud_environment["visibility"] + context["service_environment"] = args.target_environment context["otcdocs_cloud_environment"] = args.cloud_environment conf_py_content = conf_py_template.render(**context)