Be consistent with docker certs naming
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
7f9d48bbf1
commit
62784f9536
1 changed files with 2 additions and 2 deletions
|
@ -446,9 +446,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"
|
||||
|
||||
- name: Create orchestrator namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue