Skip to content

Commit eae2dd1

Browse files
committed
chore(workflow): change helmbroker namespace
1 parent 836fbf1 commit eae2dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ function install_helmbroker {
557557
--set replicas=${HELMBROKER_REPLICAS} \
558558
--set celeryReplicas=${HELMBROKER_CELERY_REPLICAS} \
559559
--set rabbitmqUrl="amqp://${RABBITMQ_USERNAME}:${RABBITMQ_PASSWORD}@drycc-rabbitmq.drycc.svc.cluster.local:5672/drycc" \
560-
--namespace drycc --create-namespace --wait -f - <<EOF
560+
--namespace drycc-helmbroker --create-namespace --wait -f - <<EOF
561561
repositories:
562562
- name: drycc-helm-broker
563563
url: ${addons_url}

0 commit comments

Comments
 (0)