Skip to content

Commit

Permalink
Merge pull request #623 from seswarrajan/dev
Browse files Browse the repository at this point in the history
Fixing GH workflow to check pods in accuknox-agents namespace as per …
  • Loading branch information
nyrahul authored Dec 2, 2022
2 parents 6004075 + 8420f34 commit 3fd6e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run discovery engine
run: |
kubectl apply -f deployments/k8s/ && kubectl wait --for=condition=ready --timeout=5m -n default pod -l container=knoxautopolicy
kubectl apply -f deployments/k8s/ && kubectl wait --for=condition=ready --timeout=5m -n accuknox-agents pod -l app=discovery-engine
kubectl get pods -A
#TODO: add the following tests after they are fixed
Expand Down

0 comments on commit 3fd6e36

Please sign in to comment.