Skip to content

Commit

Permalink
Improve for Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 16, 2024
1 parent 7b73ca4 commit fac78dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-e2e-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install the latest released NATS manager
run: |
make -C hack/ci/ create-kyma-system-ns
make -C hack/ci/ install-nats-manager
make -C hack/ci/ install-latest-nats-manager-release
- name: Setup & test NATS CR
run: |
Expand Down
4 changes: 2 additions & 2 deletions hack/ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ module-build: ## Build the Module, push it to a registry and print it based on t
create-kyma-system-ns: ## Create kyma-system namespace.
kubectl create ns kyma-system

.PHONY: install-nats-manager
install-nats-manager: ## Install nats-manager only.
.PHONY: install-latest-nats-manager-release
install-latest-nats-manager-release: ## Install nats-manager only.
kubectl apply -f https://github.com/kyma-project/nats-manager/releases/latest/download/nats-manager.yaml

.PHONY: create-k3d
Expand Down

0 comments on commit fac78dd

Please sign in to comment.