Merge pull request #84 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:59 -04:00 committed by GitHub
commit cedcc6889d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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