firmitas: correct template name
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
93f9c80613
commit
825ba839e3
3 changed files with 6 additions and 1 deletions
|
@ -9,3 +9,7 @@
|
|||
# apply created openshift resources
|
||||
- name: oc apply resources
|
||||
command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/deployment.yml"
|
||||
retries: 3
|
||||
delay: 5
|
||||
register: deployment_result
|
||||
until: deployment_result.rc == 0
|
||||
|
|
|
@ -47,6 +47,6 @@
|
|||
|
||||
# apply the openshift resources
|
||||
- name: oc apply resources
|
||||
command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/secret-myconfig-py.yml"
|
||||
command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/secret-configuration.yml"
|
||||
tags:
|
||||
- firmitas-configuration-secret
|
||||
|
|
|
@ -9,3 +9,4 @@
|
|||
# apply created openshift resources
|
||||
- name: oc apply resources
|
||||
command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/persistent-volume-claim.yml"
|
||||
ignore_errors: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue