We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163bb32 commit dc52c72Copy full SHA for dc52c72
.github/workflows/deploy-and-test.yml
@@ -36,12 +36,8 @@ jobs:
36
37
- name: Run Integration Tests
38
run: |
39
- # Example integration test commands
40
- # Replace these with your actual integration test commands
41
kubectl get pods --namespace xcermak5
42
kubectl get services --namespace xcermak5
43
- # You can add curl or other commands to test the endpoints
44
- # For example:
45
# POD_NAME=$(kubectl get pods --namespace xcermak5 -l app=mychart -o jsonpath="{.items[0].metadata.name}")
46
# kubectl exec --namespace xcermak5 $POD_NAME -- curl -f http://localhost:8080/healthz
47
0 commit comments