Skip to content

Commit

Permalink
chore: chekc
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Apr 6, 2024
1 parent 8ccc71e commit 6580625
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Update canary-checker image in helm chart
uses: mikefarah/yq@master
with:
cmd: yq -i e '.image.repository = "localhost:5000/canary-checker"' chart/values.yaml
cmd: yq -i e '.image.repository = "kind-registry:5000/canary-checker"' chart/values.yaml

- name: Setup Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
Expand All @@ -57,6 +57,9 @@ jobs:
- name: Check kubectl
run: 'kubectl get pods -A'

- name: Check kubectl pod
run: 'kubectl describe pods -n canary-checker'

- name: Apply exec fixture
run: 'kubectl apply -f fixtures/minimal/exec_pass.yaml'

Expand Down

0 comments on commit 6580625

Please sign in to comment.