Skip to content

Commit a4c15a6

Browse files
committed
chore(install.sh): update helmbroker config
1 parent d27220a commit a4c15a6

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
@@ -483,7 +483,7 @@ function install_helmbroker {
483483
--set persistence.size=${HELMBROKER_PERSISTENCE_SIZE:-5Gi} \
484484
--set persistence.storageClass=${HELMBROKER_PERSISTENCE_STORAGE_CLASS:-"drycc-storage"} \
485485
--set platformDomain=${PLATFORM_DOMAIN} \
486-
--set certManagerEqnabled=${CERT_MANAGER_ENABLED:-true} \
486+
--set certManagerEnabled=${CERT_MANAGER_ENABLED:-true} \
487487
--set username=${HELMBROKER_USERNAME} \
488488
--set password=${HELMBROKER_PASSWORD} \
489489
--set environment.HELMBROKER_CELERY_BROKER="amqp://${RABBITMQ_USERNAME}:${RABBITMQ_PASSWORD}@drycc-rabbitmq.drycc.svc.cluster.local:5672/drycc" \

0 commit comments

Comments
 (0)