Skip to content

Commit

Permalink
fix: Fix typo in deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Jun 6, 2024
1 parent a09ebf9 commit 424ff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brownie/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ HELM_OVERWRITES="\
--set KAFKA_PORT=${KAFKA_PORT} \
--set KAFKA_USERNAME=${KAFKA_USERNAME} \
--set KAFKA_PASSWORD=${KAFKA_PASSWORD} \
--set ENABLED_MODULES=${ENABLED_MODULES } \
--set ENABLED_MODULES=${ENABLED_MODULES} \
--set BROWNIE_DEPLOY_DEV_SECRET_STORE=${BROWNIE_DEPLOY_DEV_SECRET_STORE} \
--set BROWNIE_NODE_OPTIONS=${BROWNIE_NODE_OPTIONS} \
--set pod.repository=${REGISTRY_URL}/${SERVICE_NAME} \
Expand Down

0 comments on commit 424ff1b

Please sign in to comment.