forked from infra/ansible
elections: fix deployment reference
This commit is contained in:
parent
a9d3b403bc
commit
75fea49569
2 changed files with 3 additions and 3 deletions
|
|
@ -119,5 +119,5 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: elections
|
||||
object_file: deploymentconfig.yml
|
||||
object_objectname: deploymentconfig.yml
|
||||
object_file: deployment.yml
|
||||
object_objectname: deployment.yml
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ spec:
|
|||
targetPort: 8000
|
||||
selector:
|
||||
app: elections
|
||||
deploymentconfig: elections
|
||||
deployment: elections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue