Skip to content

Commit

Permalink
Try to use string
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 28, 2023
1 parent 06ca070 commit bc2bda5
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 @@ -64,7 +64,7 @@ jobs:
- name: Deploy NATS Manager
run: |
make -C nats-manager deploy IMG=$NATS_MANAGER_IMAGE:$MODULE_VERSION
make -C nats-manager deploy IMG=europe-docker.pkg.dev/kyma-project/prod/nats-manager:$MODULE_VERSION
kubectl get -n kyma-system deployment nats-manager -o=jsonpath='{$.spec.template.spec.containers[:1].image}'
- name: Create NATS CR and resources and check configuration
Expand Down

0 comments on commit bc2bda5

Please sign in to comment.