Skip to content

Commit

Permalink
Merge pull request #99 from spinkube/dani/typo
Browse files Browse the repository at this point in the history
fermyon -> spinkube
  • Loading branch information
endocrimes authored Feb 22, 2024
2 parents 5a2b81a + ee99b50 commit 4ef978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified

.PHONY: deploy
deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config.
cd config/manager && $(KUSTOMIZE) edit set image ghcr.io/fermyon/spin-operator=${IMG}
cd config/manager && $(KUSTOMIZE) edit set image ghcr.io/spinkube/spin-operator=${IMG}
$(KUSTOMIZE) build config/default | $(KUBECTL) apply -f -

.PHONY: undeploy
Expand Down

0 comments on commit 4ef978b

Please sign in to comment.