Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: mehul <mehulsharam4786@gmail.com>
  • Loading branch information
mehul committed Oct 26, 2024
1 parent 1e0ba83 commit a2a14b0
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@ jobs:
run: |
cmctl check api --wait=5m
- name: Run chart-testing (install)
run: ct install --config ct.yaml --helm-extra-set-args "
--set provisionDataStore.cassandra=false \
--set provisionDataStore.elasticsearch=true \
--set storage.type=elasticsearch \
--set elasticsearch.master.masterOnly=false \
--set elasticsearch.master.replicaCount=1 \
--set elasticsearch.data.replicaCount=0 \
--set elasticsearch.coordinating.replicaCount=0 \
--set elasticsearch.ingest.replicaCount=0"
run: |
ct install --config ct.yaml --helm-extra-set-args "
--set provisionDataStore.cassandra=false
--set provisionDataStore.elasticsearch=true
--set storage.type=elasticsearch
--set elasticsearch.master.masterOnly=false
--set elasticsearch.master.replicaCount=1
--set elasticsearch.data.replicaCount=0
--set elasticsearch.coordinating.replicaCount=0
--set elasticsearch.ingest.replicaCount=0
"

0 comments on commit a2a14b0

Please sign in to comment.