the-new-hotness: Add keytab for koji
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
775245a823
commit
e853efe9f0
2 changed files with 13 additions and 0 deletions
|
@ -23,6 +23,13 @@
|
||||||
appowners:
|
appowners:
|
||||||
- zlopez
|
- zlopez
|
||||||
|
|
||||||
|
- role: openshift/keytab
|
||||||
|
app: the-new-hotness
|
||||||
|
key: koji-keytab
|
||||||
|
secret_name: the-new-hotness-keytab
|
||||||
|
service: the-new-hotness
|
||||||
|
host: "the-new-hotness{{ env_suffix }}.fedoraproject.org"
|
||||||
|
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: the-new-hotness
|
app: the-new-hotness
|
||||||
secret_name: the-new-hotness-fedora-messaging-ca
|
secret_name: the-new-hotness-fedora-messaging-ca
|
||||||
|
|
|
@ -41,6 +41,9 @@ items:
|
||||||
- name: RPM_PACKAGER
|
- name: RPM_PACKAGER
|
||||||
value: hotness
|
value: hotness
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- name: keytab-volume
|
||||||
|
mountPath: /etc/keytabs
|
||||||
|
readOnly: true
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/fedora-messaging
|
mountPath: /etc/fedora-messaging
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
@ -69,6 +72,9 @@ items:
|
||||||
secret:
|
secret:
|
||||||
secretName: the-new-hotness-fedora-messaging-cert
|
secretName: the-new-hotness-fedora-messaging-cert
|
||||||
- name: temp-volume
|
- name: temp-volume
|
||||||
|
- name: keytab-volume
|
||||||
|
secret:
|
||||||
|
secretName: the-new-hotness-keytab
|
||||||
triggers:
|
triggers:
|
||||||
- imageChangeParams:
|
- imageChangeParams:
|
||||||
automatic: true
|
automatic: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue