Skip to content

Commit

Permalink
Update testConfigMaps.sh (#192)
Browse files Browse the repository at this point in the history
* Update testConfigMaps.sh

* Update installChart.sh
  • Loading branch information
bakito authored Nov 13, 2023
1 parent d594010 commit f2aca1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions testdata/e2e/installChart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ helm upgrade --install java-truststore-injection-webhook chart \
--wait \
--timeout 60s
kubectl get pods -n jti

sleep 10
2 changes: 1 addition & 1 deletion testdata/e2e/testConfigMaps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
kubectl get svc -n jti

echo "💾 Creating ConfigMaps"
kubectl apply -n jti -f testdata/e2e/testConfigMaps.yaml

Expand Down

0 comments on commit f2aca1c

Please sign in to comment.