Browse Source

Updated redis ImageStream definition

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
7cd145e0e1
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      deploy/aro/openshift-templates/infrastructure/redis-deploy-template.yml

+ 11
- 0
deploy/aro/openshift-templates/infrastructure/redis-deploy-template.yml View File

@ -92,6 +92,17 @@ objects:
spec: spec:
lookupPolicy: lookupPolicy:
local: false local: false
tags:
- annotations:
openshift.io/imported-from: '${APPLICATION_NAME}:alpine'
from:
kind: DockerImage
name: '${APPLICATION_NAME}:alpine'
generation: 2
importPolicy: {}
name: alpine
referencePolicy:
type: Source
parameters: parameters:
- description: The name for the application. - description: The name for the application.
displayName: Application Name displayName: Application Name


Loading…
Cancel
Save