Merge pull request #110 from dinhxuanvu/recreate

Change DC strategy from Rolling to Recreate for DB templates
This commit is contained in:
Ben Parees 2017-04-25 16:53:35 -04:00 committed by GitHub
commit c1faa896c2
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@
},
"spec": {
"strategy": {
"type": "Rolling"
"type": "Recreate"
},
"triggers": [
{

View File

@ -154,7 +154,7 @@
},
"spec": {
"strategy": {
"type": "Rolling"
"type": "Recreate"
},
"triggers": [
{