Skip to content

Commit

Permalink
Fix path to dockerregistry-operator.yaml from release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke authored May 13, 2024
1 parent bc486bc commit db89f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ generate-kustomization-dev:
.PHONY: deploy-release
deploy-release: ## Deploy operator to the k8s cluster specified in ~/.kube/config with image from latest release.
kubectl create namespace kyma-system || true
kubectl apply -f https://github.com/kyma-project/docker-registry/releases/latest/download/docker-registry.yaml
kubectl apply -f https://github.com/kyma-project/docker-registry/releases/latest/download/dockerregistry-operator.yaml

.PHONY: deploy
deploy: manifests kustomize generate-kustomization-dev ## Deploy controller to the K8s cluster specified in ~/.kube/config with image from IMG env.
Expand Down

0 comments on commit db89f8b

Please sign in to comment.