messaging-bridges: fix keypair location
This commit is contained in:
parent
570d4c76d8
commit
2679a3283a
1 changed files with 2 additions and 16 deletions
|
@ -20,26 +20,12 @@
|
|||
app: messaging-bridges
|
||||
secret_name: fedmsg-key
|
||||
key: fedmsg-fedmsg-migration-tools.key
|
||||
privatefile: fedmsg-certs/keys/messaging-bridges-stg.key
|
||||
when: env == "staging"
|
||||
privatefile: "fedmsg-certs/keys/fedmsg-migration-tools{{env_suffix}}.fedoraproject.org.key"
|
||||
- role: openshift/secret-file
|
||||
app: messaging-bridges
|
||||
secret_name: fedmsg-cert
|
||||
key: fedmsg-fedmsg-migration-tools.crt
|
||||
privatefile: fedmsg-certs/keys/messaging-bridges-stg.crt
|
||||
when: env == "staging"
|
||||
- role: openshift/secret-file
|
||||
app: messaging-bridges
|
||||
secret_name: fedmsg-key
|
||||
key: fedmsg-fedmsg-migration-tools.key
|
||||
privatefile: fedmsg-certs/keys/messaging-bridges.key
|
||||
when: env != "staging"
|
||||
- role: openshift/secret-file
|
||||
app: messaging-bridges
|
||||
secret_name: fedmsg-cert
|
||||
key: fedmsg-fedmsg-migration-tools.crt
|
||||
privatefile: fedmsg-certs/keys/messaging-bridges.crt
|
||||
when: env != "staging"
|
||||
privatefile: "fedmsg-certs/keys/fedmsg-migration-tools{{env_suffix}}.fedoraproject.org.crt"
|
||||
|
||||
- role: openshift/object
|
||||
app: messaging-bridges
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue