Skip to content

Commit

Permalink
Replace k with kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Jan 3, 2024
1 parent 22d997d commit d69cdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Check if EPP image successfully applied
run: |
DEPLOYMENT_IMAGE=$(k get deployment -n kyma-system eventing-publisher-proxy -o=jsonpath='{$.spec.template.spec.containers[:1].image}')
DEPLOYMENT_IMAGE=$(kubectl get deployment -n kyma-system eventing-publisher-proxy -o=jsonpath='{$.spec.template.spec.containers[:1].image}')
if [ "$DEPLOYMENT_IMAGE" != "$EPP_IMAGE" ]; then
echo "EPP images do not match."
echo "Desired EPP image: $EPP_IMAGE. Image in EPP deployment: $DEPLOYMENT_IMAGE"
Expand Down

0 comments on commit d69cdb3

Please sign in to comment.