Skip to content

Commit

Permalink
fix use of imagestream
Browse files Browse the repository at this point in the history
  • Loading branch information
vbehar committed Nov 24, 2015
1 parent a4e39f7 commit 783bbf4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions openshift-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ objects:
name: ${APPLICATION_NAME}
labels:
application: ${APPLICATION_NAME}
spec:
tags:
- name: latest
from:
kind: DockerImage
name: library/${APPLICATION_NAME}:latest

# defines the build configuration (using the Docker strategy)
- kind: BuildConfig
Expand Down Expand Up @@ -106,7 +100,7 @@ objects:
serviceAccount: dashboard
containers:
- name: ${APPLICATION_NAME}
image: library/${APPLICATION_NAME}:latest
image: ${APPLICATION_NAME}:latest
# app config through env variables
env:
- name: DASHBOARD_TITLE
Expand Down

0 comments on commit 783bbf4

Please sign in to comment.