From a920e43a92146b8e1bf3a21236f73b4c61378def Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Tue, 20 Oct 2020 13:40:58 +0200 Subject: [PATCH] Monitor dashboard secret needs to be a template --- playbooks/openshift-apps/monitor_dashboard.yml | 2 +- .../monitor-dashboard/{files => templates}/secret.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename roles/openshift-apps/monitor-dashboard/{files => templates}/secret.yml (100%) diff --git a/playbooks/openshift-apps/monitor_dashboard.yml b/playbooks/openshift-apps/monitor_dashboard.yml index 7678138530..987ba352a4 100644 --- a/playbooks/openshift-apps/monitor_dashboard.yml +++ b/playbooks/openshift-apps/monitor_dashboard.yml @@ -38,7 +38,7 @@ - role: openshift/object app: monitor-dashboard - file: secret.yml + template: secret.yml objectname: secret.yml - role: openshift/object diff --git a/roles/openshift-apps/monitor-dashboard/files/secret.yml b/roles/openshift-apps/monitor-dashboard/templates/secret.yml similarity index 100% rename from roles/openshift-apps/monitor-dashboard/files/secret.yml rename to roles/openshift-apps/monitor-dashboard/templates/secret.yml