소스 검색

Merge pull request #7433 from mgugino-upstream-stage/tsb-upgrade-fix

Automatic merge from submit-queue.

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
OpenShift Merge Robot 7 년 전
부모
커밋
96741cb21f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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