From 519c10809e74473cb151157c1aee757117d72625 Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Thu, 9 Dec 2021 23:48:58 +0100 Subject: [PATCH] websites: missing configmap for updatepot cronjob --- playbooks/openshift-apps/websites.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/openshift-apps/websites.yml b/playbooks/openshift-apps/websites.yml index 1d795a22c7..68963dd7b0 100644 --- a/playbooks/openshift-apps/websites.yml +++ b/playbooks/openshift-apps/websites.yml @@ -42,6 +42,11 @@ template: configmap.yml objectname: configmap.yml + - role: openshift/object + app: websites + template: cm-updatepot.yml + objectname: cm-updatepot.yml + - role: openshift/object app: websites template: gitconfig.yml