diff --git a/playbooks/openshift-apps/the-new-hotness.yml b/playbooks/openshift-apps/the-new-hotness.yml index 824dd5ebc4..c39e303ac5 100644 --- a/playbooks/openshift-apps/the-new-hotness.yml +++ b/playbooks/openshift-apps/the-new-hotness.yml @@ -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