Skip to content

Commit 4f6df0c

Browse files
committed
Added missing dollar sign in namespace optinal test file
1 parent ba02566 commit 4f6df0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-integration-tests-namespace-optional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: |
116116
for ns in ${{ env.NAMESPACE1 }} ${{ env.NAMESPACE2 }}; do
117117
python test/integration/k8s-deploy-test.py \
118-
namespace=ns \
118+
namespace=$ns \
119119
kind=Deployment \
120120
name=test-deployment-no-ns \
121121
containerName=nginx \

0 commit comments

Comments
 (0)