Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 9457293

Browse files
authored
Fix e2e (#72)
* Use develop etcd-operator image in tests * Set to one etcd-replica for e2e
1 parent 3c34d46 commit 9457293

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

e2e/tests/stable/portal/00-assert.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,6 @@ metadata:
2626
status:
2727
readyReplicas: 1
2828
---
29-
apiVersion: apps/v1
30-
kind: ReplicaSet
31-
metadata:
32-
name: storageos-etcd-1
33-
namespace: storageos-etcd
34-
status:
35-
readyReplicas: 1
36-
---
37-
apiVersion: apps/v1
38-
kind: ReplicaSet
39-
metadata:
40-
name: storageos-etcd-2
41-
namespace: storageos-etcd
42-
status:
43-
readyReplicas: 1
44-
---
4529
apiVersion: admissionregistration.k8s.io/v1
4630
kind: MutatingWebhookConfiguration
4731
metadata:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: kuttl.dev/v1beta1
22
kind: TestStep
33
commands:
4-
- command: kubectl storageos install --include-etcd --enable-portal-manager --portal-client-id=${CLIENT_ID} --portal-secret=${PASSWORD} --portal-api-url=${URL} --portal-tenant-id=${TENANT_ID} --stos-version=develop
4+
- command: kubectl storageos install --include-etcd --enable-portal-manager --portal-client-id=${CLIENT_ID} --portal-secret=${PASSWORD} --portal-api-url=${URL} --portal-tenant-id=${TENANT_ID} --stos-version=develop --etcd-operator-version=develop --etcd-replicas=1

0 commit comments

Comments
 (0)