the-new-hotness: Fix the hosts for keytab
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
9678fcab63
commit
7c5b9371a4
1 changed files with 10 additions and 1 deletions
|
@ -28,7 +28,16 @@
|
|||
key: koji-keytab
|
||||
secret_name: the-new-hotness-keytab
|
||||
service: the-new-hotness
|
||||
host: "release-monitoring{{ env_suffix }}.org"
|
||||
host: "stg.release-monitoring.org"
|
||||
when: env == "staging"
|
||||
|
||||
- role: openshift/keytab
|
||||
app: the-new-hotness
|
||||
key: koji-keytab
|
||||
secret_name: the-new-hotness-keytab
|
||||
service: the-new-hotness
|
||||
host: "release-monitoring.org"
|
||||
when: env == "production"
|
||||
|
||||
- role: openshift/secret-file
|
||||
app: the-new-hotness
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue