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:
parent
11a7d7adf0
commit
b5de39dc82
2 changed files with 2 additions and 1 deletions
|
|
@ -98,6 +98,7 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: noggin
|
||||
object_os_app: noggin
|
||||
object_template: deployment.yml.j2
|
||||
object_objectname: deployment.yml
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue