Skip to content

Commit

Permalink
Add template if/else for startingCSV:
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayford Johnson committed Sep 27, 2019
1 parent dd86d25 commit 3adf0c5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ spec:
source: installed-custom-openshift-migration
sourceNamespace: {{ mig_migration_namespace }}
startingCSV: mig-operator.{{ mig_operator_tag }}
{% if mig_operator_tag == 'release-v1' %}
startingCSV: mig-operator.v1.0.0
{% else %}
startingCSV: mig-operator.{{ mig_operator_tag }}
{% endif %}

0 comments on commit 3adf0c5

Please sign in to comment.