Skip to content

Commit

Permalink
update the yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 committed Aug 16, 2024
1 parent b11645f commit 4eadd0b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions db/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ objects:
spec:
containers:
- name: ${NAME}-${ZONE}-${BACKUP_COMPONENT}-restore
image: ${REGISTRY}/${PROMOTE}
image: ${NAME}-${ZONE}-${COMPONENT}:${ZONE}-db
command: ["/bin/sh", "-c"]
args:
- |
Expand Down Expand Up @@ -406,16 +406,6 @@ objects:
app: ${NAME}-${ZONE}
spec:
replicas: 1
triggers:
- type: ConfigChange
- type: ImageChange
imageChangeParams:
automatic: true
containerNames:
- ${NAME}
from:
kind: ImageStreamTag
name: ${NAME}-${ZONE}-${COMPONENT}:${ZONE}-db
selector:
deploymentconfig: ${NAME}-${ZONE}-${BACKUP_COMPONENT}-restore
strategy:
Expand Down

0 comments on commit 4eadd0b

Please sign in to comment.