Skip to content

Commit

Permalink
Update kubernetes.yml.template.final
Browse files Browse the repository at this point in the history
  • Loading branch information
derekoneil authored Aug 28, 2018
1 parent 0c0b792 commit fe11c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes.yml.template.final
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: twitter-feed
image: ${DOCKER_REPO}:${WERCKER_GIT_BRANCH}-${WERCKER_GIT_COMMIT}
image: ${DOCKER_REGISTRY}/${DOCKER_REPO}:${WERCKER_GIT_BRANCH}-${WERCKER_GIT_COMMIT}
imagePullPolicy: Always
ports:
- name: twitter-feed
Expand Down

0 comments on commit fe11c10

Please sign in to comment.