Skip to content

Commit

Permalink
Based on review comments, replace actual deployment names in the patc…
Browse files Browse the repository at this point in the history
…h files with placeholders
  • Loading branch information
ksatchit committed Feb 5, 2018
1 parent 8b7c3b9 commit 25da6e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/upgrades/0.4.0-0.5.0/controller.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"spec": {
"containers":[
{
"name": "pvc-a47d57e1-0a1b-11e8-be1c-000c298ff5fc-ctrl-con",
"name": "pvc-<deploy-hash>-ctrl-con",
"image": "openebs/jiva:0.5.0"
},
{
Expand Down
2 changes: 1 addition & 1 deletion k8s/upgrades/0.4.0-0.5.0/replica.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"spec": {
"containers":[
{
"name": "pvc-a47d57e1-0a1b-11e8-be1c-000c298ff5fc-rep-con",
"name": "pvc-<deploy-hash>-rep-con",
"image": "openebs/jiva:0.5.0"
}
]
Expand Down
2 changes: 1 addition & 1 deletion k8s/upgrades/0.5.0-0.5.1/controller.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"spec": {
"containers":[
{
"name": "pvc-8d832b0e-0a2e-11e8-be1c-000c298ff5fc-ctrl-con",
"name": "pvc-<deploy-hash>-ctrl-con",
"image": "openebs/jiva:0.5.1"
}
]
Expand Down
2 changes: 1 addition & 1 deletion k8s/upgrades/0.5.0-0.5.1/replica.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"spec": {
"containers":[
{
"name": "pvc-8d832b0e-0a2e-11e8-be1c-000c298ff5fc-rep-con",
"name": "pvc-<deploy-hash>-rep-con",
"image": "openebs/jiva:0.5.1"
}
]
Expand Down

0 comments on commit 25da6e0

Please sign in to comment.