From 04a42607e9cb6990e8cf1142f01b71821c40d943 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 15 May 2018 08:43:29 +0200 Subject: [PATCH] Be consistent in the secret naming Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 7817791567..8d2222d7e2 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -538,9 +538,9 @@ osbs_secret_name: registry-secret osbs_secret_files: - source: "{{private}}/files/docker-registry/{{env}}/docker-registry-internal.pem" - dest: registry.crt + dest: client.cert - source: "{{private}}/files/docker-registry/{{env}}/docker-registry-internal.key" - dest: registry.key + dest: client.key when: env == "staging" tags: - osbs-orchestrator-namespace