Skip to content

Commit

Permalink
multi-cluster-spring-boot to support OpenShift Applier 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyIbrahim committed Sep 5, 2019
1 parent 4de2630 commit adf5f97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion multi-cluster-spring-boot/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- name: openshift-applier
scm: git
src: https://github.com/redhat-cop/openshift-applier
version: v2.0.10
version: v2.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openshift_cluster_content:
content:
- name: "create environments"
file: "{{ inventory_dir }}/../projects/projects.yml"
file_action: create
action: create
- object: deployments
content:
- name: "deploy jenkins"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openshift_cluster_content:
content:
- name: "create environments"
file: "{{ inventory_dir }}/../projects/projects-prod.yml"
file_action: create
action: create
- name: "create promoter account"
file: "{{ inventory_dir }}/../projects/promoter-sa.yml"
- object: deployments
Expand Down

0 comments on commit adf5f97

Please sign in to comment.