From afb5b4f01f1da9c580599f9eca277f37255029d2 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 11 Feb 2026 09:19:59 +0100 Subject: [PATCH] xAdding conditional Log Detective variables to configuration templates Signed-off-by: Jiri Podivin --- secrets/packit/prod/packit-service.yaml.j2 | 5 +++++ secrets/packit/stg/packit-service.yaml.j2 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/secrets/packit/prod/packit-service.yaml.j2 b/secrets/packit/prod/packit-service.yaml.j2 index 1f0c956..56d2fb1 100644 --- a/secrets/packit/prod/packit-service.yaml.j2 +++ b/secrets/packit/prod/packit-service.yaml.j2 @@ -2375,3 +2375,8 @@ enabled_projects_for_fedora_ci: - https://src.fedoraproject.org/rpms/yt-dlp - https://src.fedoraproject.org/rpms/zathura-pdf-mupdf - https://src.fedoraproject.org/rpms/zeal + +# Log Detective interface server URL and token +logdetective_enabled: false +logdetective_url: {{ vault.logdetective.url }} +logdetective_token: {{ vault.logdetective.token }} diff --git a/secrets/packit/stg/packit-service.yaml.j2 b/secrets/packit/stg/packit-service.yaml.j2 index e4ee070..090234b 100644 --- a/secrets/packit/stg/packit-service.yaml.j2 +++ b/secrets/packit/stg/packit-service.yaml.j2 @@ -154,3 +154,8 @@ enabled_projects_for_fedora_ci: - https://src.fedoraproject.org/rpms/python-scikit-build-core - https://src.fedoraproject.org/rpms/python-specfile - https://src.fedoraproject.org/rpms/spglib + +# Log Detective interface server URL and token +logdetective_enabled: false +logdetective_url: {{ vault.logdetective.url }} +logdetective_token: {{ vault.logdetective.token }}