set the name of the registry cert
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
4462031955
commit
23dd9655a6
1 changed files with 2 additions and 2 deletions
|
@ -464,9 +464,9 @@
|
||||||
osbs_namespace: "{{ osbs_worker_namespace }}"
|
osbs_namespace: "{{ osbs_worker_namespace }}"
|
||||||
osbs_secret_name: registry-secret
|
osbs_secret_name: registry-secret
|
||||||
osbs_secret_files:
|
osbs_secret_files:
|
||||||
- source: "{{private}}/files/koji/{{docker_cert_name}}.cert.pem"
|
- source: "{{private}}/files/koji/containerbuild.cert.pem"
|
||||||
dest: registry.crt
|
dest: registry.crt
|
||||||
- source: "{{private}}/files/koji/{{docker_cert_name}}.key.pem"
|
- source: "{{private}}/files/koji/containerbuild.key.pem"
|
||||||
dest: registry.key
|
dest: registry.key
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue