This repository is currently being migrated. It's locked while the migration is in progress.
File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,6 @@ metadata:
2626status :
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- ---
4529apiVersion : admissionregistration.k8s.io/v1
4630kind : MutatingWebhookConfiguration
4731metadata :
Original file line number Diff line number Diff line change 11apiVersion : kuttl.dev/v1beta1
22kind : TestStep
33commands :
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
You can’t perform that action at this time.
0 commit comments