Skip to content

Commit

Permalink
fix: unsetbug of helm extra option
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Feb 22, 2024
1 parent 5f8bc4d commit 12bcd95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e-max-dim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
DIM=$(($DIM-1))
fi
export HELM_EXTRA_OPTIONS="--set agent.ngt.dimension=${DIM}"
make k8s/vald/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="${HELM_EXTRA_OPTIONS}"
make k8s/vald/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="--set agent.ngt.dimension=${DIM} ${HELM_EXTRA_OPTIONS}"
sleep 3
Expand Down

0 comments on commit 12bcd95

Please sign in to comment.