Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit cedcc68

Browse files
authored
Merge pull request sclorg#84 from dinhxuanvu/recreate
Change DC strategy from Rolling to Recreate for DB templates
2 parents ce8bc24 + 113d6d0 commit cedcc68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openshift/templates/django-postgresql-persistent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"spec": {
150150
"strategy": {
151-
"type": "Rolling"
151+
"type": "Recreate"
152152
},
153153
"triggers": [
154154
{

openshift/templates/django-postgresql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"spec": {
150150
"strategy": {
151-
"type": "Rolling"
151+
"type": "Recreate"
152152
},
153153
"triggers": [
154154
{

0 commit comments

Comments
 (0)