1
0
Fork 0
forked from infra/ansible

noggin-centos / noggin: use object_os_app name for image stream namespace for nogin vs nogin-centos

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-05-02 09:39:58 -07:00
commit b5de39dc82
2 changed files with 2 additions and 1 deletions

View file

@ -98,6 +98,7 @@
- role: openshift/object
object_app: noggin
object_os_app: noggin
object_template: deployment.yml.j2
object_objectname: deployment.yml

View file

@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: noggin
image: image-registry.openshift-image-registry.svc:5000/noggin/noggin:latest
image: image-registry.openshift-image-registry.svc:5000/{{ object_os_app }}/noggin:latest
imagePullPolicy: Always
ports:
- containerPort: 8080