File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ replicaCount: 1
5
5
6
6
# update strategy for MarkLogic and Helm chart upgrades
7
7
updateStrategy :
8
- type : RollingUpdate
8
+ type : OnDelete
9
9
10
10
# Termination Grace Period
11
11
terminationGracePeriod : 120
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ package e2e
3
3
import (
4
4
"crypto/tls"
5
5
"fmt"
6
+ "io/ioutil"
6
7
"os"
7
8
"path/filepath"
8
9
"strings"
9
10
"testing"
10
11
"time"
11
- "io/ioutil"
12
12
13
13
"github.com/gruntwork-io/terratest/modules/helm"
14
14
http_helper "github.com/gruntwork-io/terratest/modules/http-helper"
@@ -190,4 +190,4 @@ func TestMLupgrade(t *testing.T) {
190
190
// verify latest MarkLogic version after upgrade
191
191
assert .Equal (t , mlVersion .Str , "11.0.0" )
192
192
193
- }
193
+ }
You can’t perform that action at this time.
0 commit comments