Skip to content

Commit

Permalink
ci: fix chaos etcd rbac error (apache#6153)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored and spacewander committed Jan 26, 2022
1 parent 646dc19 commit 83a3ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install etcd bitnami/etcd --set replicaCount=3 --set auth.rbac.enabled=false
helm install etcd bitnami/etcd --set replicaCount=3 --set auth.rbac.create=false
kubectl wait pods -l app.kubernetes.io/instance=etcd --for=condition=Ready --timeout=300s --all
Expand Down

0 comments on commit 83a3ff2

Please sign in to comment.