1
0
Fork 0
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:
Pedro Moura 2026-03-26 20:17:47 -03:00 committed by Kevin Fenzi
commit a41083cf70

View file

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