Skip to content

Commit

Permalink
Merge pull request #1540 from ar3ndt/fix_rabbitmq_restart_pods
Browse files Browse the repository at this point in the history
fix missing variable image rabbitmq #1395
  • Loading branch information
ar3ndt authored Aug 10, 2020
2 parents 19e43a5 + 6801b3e commit f4e3982
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
- name: k8s/master | Patch rabbitmq's statefulset
include_tasks: utils/patch-statefulset.yml
vars:
image_regexp: 'rabbitmq:.*'
- name: Delete rabbitmq pods after patching
block:
- name: after-patching | Get rabbitmq namespace
Expand Down

0 comments on commit f4e3982

Please sign in to comment.