Browse Source

Merge pull request #14 from rhcarvalho/output-to-ist

Output to ImageStreamTag
pull/16/head
Ben Parees 10 years ago
parent
commit
ad80f212e8
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      openshift/templates/django-postgresql.json
  2. +2
    -2
      openshift/templates/django.json

+ 2
- 2
openshift/templates/django-postgresql.json View File

@ -89,8 +89,8 @@
}, },
"output": { "output": {
"to": { "to": {
"kind": "ImageStream",
"name": "django-example"
"kind": "ImageStreamTag",
"name": "django-example:latest"
} }
}, },
"triggers": [ "triggers": [


+ 2
- 2
openshift/templates/django.json View File

@ -89,8 +89,8 @@
}, },
"output": { "output": {
"to": { "to": {
"kind": "ImageStream",
"name": "django-example"
"kind": "ImageStreamTag",
"name": "django-example:latest"
} }
}, },
"triggers": [ "triggers": [


Loading…
Cancel
Save