From 2f550bde13f5433d74e77a8cbe43dfa92e1ed726 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Mon, 7 Oct 2024 13:02:32 +0100 Subject: [PATCH] firmitas: move certlist.yml to location with writeaccess Signed-off-by: David Kirwan --- roles/openshift-apps/firmitas/templates/myconfig.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/firmitas/templates/myconfig.py.j2 b/roles/openshift-apps/firmitas/templates/myconfig.py.j2 index 656782e419..f4f2422eed 100644 --- a/roles/openshift-apps/firmitas/templates/myconfig.py.j2 +++ b/roles/openshift-apps/firmitas/templates/myconfig.py.j2 @@ -59,7 +59,7 @@ Variables related to probing certloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}" # noqa : S108 # The location of the service hostnames and maintainers map -hostloca = "/tmp/firmitas/conf/certlist.yml" +hostloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}/certlist.yml" """ Variables related to logging