Skip to content

Commit

Permalink
Fixed makefile 2
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Strusiewicz-Surmacki <patryk-pawel.strusiewicz-surmacki@external.telekom.de>
  • Loading branch information
p-strusiewiczsurmacki-mobica committed Apr 29, 2024
1 parent a66840f commit 4e40604
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 @@ -129,7 +129,7 @@ install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~
$(KUSTOMIZE) build config/crd | kubectl apply -f -

.PHONY: install-certs
install-certs: manifests kustomize ## Install certs
install-certs: manifests kustomize ## Install certs
$(KUSTOMIZE) build config/certmanager | kubectl apply -f -

.PHONY: uninstall
Expand Down

0 comments on commit 4e40604

Please sign in to comment.