Skip to content

Commit c338741

Browse files
committed
fix: dynamic ns
1 parent d7d72b8 commit c338741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-timeplus-enterprise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
TEST_VERSION="v$(cat charts/timeplus-enterprise/values.yaml | yq .timeplusAppserver.tag)"
2525
echo "TEST_VERSION=${TEST_VERSION}" >> $GITHUB_OUTPUT
2626
27-
NAMESPACE='timeplus-onprem'
27+
NAMESPACE="timeplus-ci-helm-charts-${{ github.run_id }}""
2828
echo "NAMESPACE=${NAMESPACE}" >> $GITHUB_OUTPUT
2929
3030
- name: Print vars
@@ -142,7 +142,7 @@ jobs:
142142
run: |
143143
helm -n ${{ steps.vars.outputs.NAMESPACE }} uninstall timeplus
144144
sleep 30
145-
kubectl -n timeplus-onprem delete pvc --all
145+
kubectl -n ${{ steps.vars.outputs.NAMESPACE }} delete pvc --all
146146
147147
- name: Delete NS
148148
if: ${{ always() }}

0 commit comments

Comments
 (0)