Be consistent in the secret naming
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
c0194de91e
commit
04a42607e9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue