Merge pull request #110 from dinhxuanvu/recreate
Change DC strategy from Rolling to Recreate for DB templates
This commit is contained in:
commit
c1faa896c2
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"type": "Rolling"
|
"type": "Recreate"
|
||||||
},
|
},
|
||||||
"triggers": [
|
"triggers": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -154,7 +154,7 @@
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"type": "Rolling"
|
"type": "Recreate"
|
||||||
},
|
},
|
||||||
"triggers": [
|
"triggers": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue