Skip to content

Commit 65603f0

Browse files
committed
fix tests
1 parent e03179b commit 65603f0

39 files changed

Lines changed: 133 additions & 129 deletions

File tree

e2e-tests/init-deploy/compare/statefulset_another-name-rs0-4-oc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ spec:
119119
volumeMounts:
120120
- mountPath: /data/db
121121
name: mongod-data
122+
- mountPath: /etc/mongodb-secrets
123+
name: another-name-mongodb-keyfile
124+
readOnly: true
122125
- mountPath: /etc/mongodb-ssl
123126
name: ssl
124127
readOnly: true
125128
- mountPath: /etc/mongodb-ssl-internal
126129
name: ssl-internal
127130
readOnly: true
128-
- mountPath: /etc/mongodb-secrets
129-
name: another-name-mongodb-keyfile
130-
readOnly: true
131131
- mountPath: /etc/mongodb-config
132132
name: config
133133
- mountPath: /opt/percona

e2e-tests/init-deploy/compare/statefulset_another-name-rs0-oc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ spec:
119119
volumeMounts:
120120
- mountPath: /data/db
121121
name: mongod-data
122+
- mountPath: /etc/mongodb-secrets
123+
name: another-name-mongodb-keyfile
124+
readOnly: true
122125
- mountPath: /etc/mongodb-ssl
123126
name: ssl
124127
readOnly: true
125128
- mountPath: /etc/mongodb-ssl-internal
126129
name: ssl-internal
127130
readOnly: true
128-
- mountPath: /etc/mongodb-secrets
129-
name: another-name-mongodb-keyfile
130-
readOnly: true
131131
- mountPath: /etc/mongodb-config
132132
name: config
133133
- mountPath: /opt/percona

e2e-tests/init-deploy/compare/statefulset_another-name-rs0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ spec:
120120
volumeMounts:
121121
- mountPath: /data/db
122122
name: mongod-data
123+
- mountPath: /etc/mongodb-secrets
124+
name: another-name-mongodb-keyfile
125+
readOnly: true
123126
- mountPath: /etc/mongodb-ssl
124127
name: ssl
125128
readOnly: true
126129
- mountPath: /etc/mongodb-ssl-internal
127130
name: ssl-internal
128131
readOnly: true
129-
- mountPath: /etc/mongodb-secrets
130-
name: another-name-mongodb-keyfile
131-
readOnly: true
132132
- mountPath: /etc/mongodb-config
133133
name: config
134134
- mountPath: /opt/percona

e2e-tests/serviceless-external-nodes/compare/statefulset_mydb-rs0-oc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ spec:
129129
volumeMounts:
130130
- mountPath: /data/db
131131
name: mongod-data
132+
- mountPath: /etc/mongodb-secrets
133+
name: mydb-custom-mongodb-keyfile
134+
readOnly: true
132135
- mountPath: /etc/mongodb-ssl
133136
name: ssl
134137
readOnly: true
135138
- mountPath: /etc/mongodb-ssl-internal
136139
name: ssl-internal
137140
readOnly: true
138-
- mountPath: /etc/mongodb-secrets
139-
name: mydb-custom-mongodb-keyfile
140-
readOnly: true
141141
- mountPath: /etc/mongodb-config
142142
name: config
143143
- mountPath: /opt/percona

e2e-tests/serviceless-external-nodes/compare/statefulset_mydb-rs0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ spec:
130130
volumeMounts:
131131
- mountPath: /data/db
132132
name: mongod-data
133+
- mountPath: /etc/mongodb-secrets
134+
name: mydb-custom-mongodb-keyfile
135+
readOnly: true
133136
- mountPath: /etc/mongodb-ssl
134137
name: ssl
135138
readOnly: true
136139
- mountPath: /etc/mongodb-ssl-internal
137140
name: ssl-internal
138141
readOnly: true
139-
- mountPath: /etc/mongodb-secrets
140-
name: mydb-custom-mongodb-keyfile
141-
readOnly: true
142142
- mountPath: /etc/mongodb-config
143143
name: config
144144
- mountPath: /opt/percona

e2e-tests/tls-issue-cert-manager/compare/statefulset_some-name-cfg-tls-disabled-oc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ spec:
121121
volumeMounts:
122122
- mountPath: /data/db
123123
name: mongod-data
124+
- mountPath: /etc/mongodb-secrets
125+
name: some-name-mongodb-keyfile
126+
readOnly: true
124127
- mountPath: /etc/mongodb-ssl
125128
name: ssl
126129
readOnly: true
127130
- mountPath: /etc/mongodb-ssl-internal
128131
name: ssl-internal
129132
readOnly: true
130-
- mountPath: /etc/mongodb-secrets
131-
name: some-name-mongodb-keyfile
132-
readOnly: true
133133
- mountPath: /opt/percona
134134
name: bin
135135
- mountPath: /.mongodb

e2e-tests/tls-issue-cert-manager/compare/statefulset_some-name-cfg-tls-disabled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ spec:
122122
volumeMounts:
123123
- mountPath: /data/db
124124
name: mongod-data
125+
- mountPath: /etc/mongodb-secrets
126+
name: some-name-mongodb-keyfile
127+
readOnly: true
125128
- mountPath: /etc/mongodb-ssl
126129
name: ssl
127130
readOnly: true
128131
- mountPath: /etc/mongodb-ssl-internal
129132
name: ssl-internal
130133
readOnly: true
131-
- mountPath: /etc/mongodb-secrets
132-
name: some-name-mongodb-keyfile
133-
readOnly: true
134134
- mountPath: /opt/percona
135135
name: bin
136136
- mountPath: /.mongodb

e2e-tests/tls-issue-cert-manager/compare/statefulset_some-name-mongos-tls-disabled-oc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ spec:
112112
volumeMounts:
113113
- mountPath: /data/db
114114
name: mongod-data
115+
- mountPath: /etc/mongodb-secrets
116+
name: some-name-mongodb-keyfile
117+
readOnly: true
115118
- mountPath: /etc/mongodb-ssl
116119
name: ssl
117120
readOnly: true
118121
- mountPath: /etc/mongodb-ssl-internal
119122
name: ssl-internal
120123
readOnly: true
121-
- mountPath: /etc/mongodb-secrets
122-
name: some-name-mongodb-keyfile
123-
readOnly: true
124124
- mountPath: /etc/users-secret
125125
name: users-secret-file
126126
readOnly: true

e2e-tests/tls-issue-cert-manager/compare/statefulset_some-name-mongos-tls-disabled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ spec:
113113
volumeMounts:
114114
- mountPath: /data/db
115115
name: mongod-data
116+
- mountPath: /etc/mongodb-secrets
117+
name: some-name-mongodb-keyfile
118+
readOnly: true
116119
- mountPath: /etc/mongodb-ssl
117120
name: ssl
118121
readOnly: true
119122
- mountPath: /etc/mongodb-ssl-internal
120123
name: ssl-internal
121124
readOnly: true
122-
- mountPath: /etc/mongodb-secrets
123-
name: some-name-mongodb-keyfile
124-
readOnly: true
125125
- mountPath: /etc/users-secret
126126
name: users-secret-file
127127
readOnly: true

e2e-tests/tls-issue-cert-manager/compare/statefulset_some-name-rs0-tls-disabled-oc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ spec:
116116
volumeMounts:
117117
- mountPath: /data/db
118118
name: mongod-data
119+
- mountPath: /etc/mongodb-secrets
120+
name: some-name-mongodb-keyfile
121+
readOnly: true
119122
- mountPath: /etc/mongodb-ssl
120123
name: ssl
121124
readOnly: true
122125
- mountPath: /etc/mongodb-ssl-internal
123126
name: ssl-internal
124127
readOnly: true
125-
- mountPath: /etc/mongodb-secrets
126-
name: some-name-mongodb-keyfile
127-
readOnly: true
128128
- mountPath: /opt/percona
129129
name: bin
130130
- mountPath: /.mongodb

0 commit comments

Comments
 (0)