From cf6c2f3b40da910be09f7c71bf94119188b9ca0e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 29 Apr 2019 13:17:15 +0200 Subject: [PATCH] elections: load the secret.yml object... Signed-off-by: Pierre-Yves Chibon --- playbooks/openshift-apps/elections.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/openshift-apps/elections.yml b/playbooks/openshift-apps/elections.yml index d20c1fd491..f0c003edbc 100644 --- a/playbooks/openshift-apps/elections.yml +++ b/playbooks/openshift-apps/elections.yml @@ -44,6 +44,11 @@ key: elections.ca privatefile: "rabbitmq/{{env}}/pki/ca.crt" + - role: openshift/object + app: elections + template: secret.yml + objectname: secret.yml + - role: openshift/object app: elections template: configmap.yml