Skip to content

Commit

Permalink
fix: Use SECRET_STORE_NAME parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Feb 7, 2024
1 parent 2664a89 commit 875c2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lock-manager/deployment/pit/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CHART_PACKAGE="${SERVICE_NAME}-0.1.0.tgz"
HELM_OVERWRITES="--set CONTAINER_PORT=${CONTAINER_PORT} \
--set ENABLE_INGRESS=${ENABLE_INGRESS} \
--set EXTERNAL_SECRET_DB_PATH=${EXTERNAL_SECRET_DB_PATH} \
--set SECRET_STORE_NAME=${SECRET_STORE_NAME} \
--set IMAGE_TAG=${IMAGE_TAG} \
--set SERVICE_NAME=${SERVICE_NAME} \
--set PG_MIN_POOL_SIZE=${PG_MIN_POOL_SIZE} \
Expand Down

0 comments on commit 875c2e0

Please sign in to comment.