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:
|
||||
- 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
|
||||
app: the-new-hotness
|
||||
secret_name: the-new-hotness-fedora-messaging-ca
|
||||
|
|
|
@ -41,6 +41,9 @@ items:
|
|||
- name: RPM_PACKAGER
|
||||
value: hotness
|
||||
volumeMounts:
|
||||
- name: keytab-volume
|
||||
mountPath: /etc/keytabs
|
||||
readOnly: true
|
||||
- name: config-volume
|
||||
mountPath: /etc/fedora-messaging
|
||||
readOnly: true
|
||||
|
@ -69,6 +72,9 @@ items:
|
|||
secret:
|
||||
secretName: the-new-hotness-fedora-messaging-cert
|
||||
- name: temp-volume
|
||||
- name: keytab-volume
|
||||
secret:
|
||||
secretName: the-new-hotness-keytab
|
||||
triggers:
|
||||
- imageChangeParams:
|
||||
automatic: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue