Skip to content

Commit 742bb28

Browse files
committed
chore(charts): change replicas location
1 parent 7b83a07 commit 742bb28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,8 @@ function install_helmbroker {
700700
--set password=${HELMBROKER_PASSWORD} \
701701
--set replicas=${HELMBROKER_REPLICAS} \
702702
--set valkeyUrl=redis://:${VALKEY_PASSWORD}@drycc-valkey.drycc.svc:16379/11 \
703-
--set celeryReplicas=${HELMBROKER_CELERY_REPLICAS} \
703+
--set api.replicas=${HELMBROKER_API_REPLICAS} \
704+
--set celery.replicas=${HELMBROKER_CELERY_REPLICAS} \
704705
--namespace drycc-helmbroker --create-namespace $options --wait -f - <<EOF
705706
repositories:
706707
- name: drycc-helmbroker

0 commit comments

Comments
 (0)