Browse Source

TSB upgrade remove and reinstall

Daemonsets can't be updated in the same way as
deployment configs.

This commit instructs upgrade to first remove
then reintsall tsb.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1540521
Michael Gugino 7 years ago
parent
commit
658bdf0aab
1 changed files with 3 additions and 0 deletions
  1. 3 0
      roles/template_service_broker/tasks/upgrade.yml

+ 3 - 0
roles/template_service_broker/tasks/upgrade.yml

@@ -1,3 +1,6 @@
 ---
+# TODO(michaelgugino)
+# We can get rid of this remove section after switching to deployments.
+- include_tasks: remove.yml
 
 - include_tasks: deploy.yml