forked from infra/ansible
webhook2fedmsg: use correct name of app in image stream
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
df68ebe1fa
commit
a41083cf70
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ spec:
|
|||
spec:
|
||||
initContainers:
|
||||
- name: setup
|
||||
image: webhook2fedmsg:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/webhook2fedmsg/webhook2fedmsg:latest
|
||||
command: ["/opt/app-root/bin/w2fm", "setup"]
|
||||
volumeMounts:
|
||||
- name: config
|
||||
|
|
@ -41,7 +41,7 @@ spec:
|
|||
readOnly: true
|
||||
containers:
|
||||
- name: app
|
||||
image: webhook2fedmsg:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/webhook2fedmsg/webhook2fedmsg:latest
|
||||
env:
|
||||
- name: KRB5_CONFIG
|
||||
value: /etc/ipa/krb5.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue