mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Be consistent with docker certs naming
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user