Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 0df9ec4

Browse files
committed
[#22] Fix namespace for helm chart
1 parent 3bc58e9 commit 0df9ec4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,10 @@ jobs:
360360
helm -n integration-tests install test-scan ./scanner/test-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
361361
helm -n integration-tests install http-webhook ./demo-apps/http-webhook
362362
WEB_HOOK_IP=$(kubectl get -n integration-tests service/http-webhook -o jsonpath='{.spec.clusterIP}')
363-
helm -n integration-test install read-only-hook ./hooks/generic-webhook/ --set="webhookUrl=http://$WEB_HOOK_IP/hallo-welt"
363+
helm -n integration-tests install read-only-hook ./hooks/generic-webhook/ --set="webhookUrl=http://$WEB_HOOK_IP/hallo-welt"
364364
cd tests/integration/
365365
npx jest --ci --color read-write-hook
366-
helm -n integration-tests uninstall test-scan update-category update-severity
367-
366+
helm -n integration-tests uninstall test-scan http-webhook read-only-hook
368367
- name: "nmap Integration Tests"
369368
run: |
370369
helm -n integration-tests install nmap ./scanner/nmap/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)