the-new-hotness: Fix the hosts for keytab

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-05-28 16:38:00 +02:00
parent 9678fcab63
commit 7c5b9371a4

View file

@ -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