Armada job: Add upgrade options to rabbitmq chart
This adds the force and recreate_pods upgrade options to the rabbitmq chart in the armada manifest to allow for successful rotation of user secrets on upgrades Change-Id: I8268300845c665abc1b8b139a81f339e5d66a10c
This commit is contained in:
parent
280c5f192f
commit
96e521fdf6
@ -214,6 +214,9 @@ data:
|
|||||||
install:
|
install:
|
||||||
no_hooks: False
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
|
options:
|
||||||
|
force: true
|
||||||
|
recreate_pods: true
|
||||||
no_hooks: False
|
no_hooks: False
|
||||||
pre:
|
pre:
|
||||||
delete:
|
delete:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user