Skip to content

Commit 588493e

Browse files
committed
do not make new manifests
1 parent d975b38 commit 588493e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in
9393
$(KUSTOMIZE) build config/default | kubectl apply -f -
9494

9595
.PHONY: render-manifest
96-
render-manifest: manifests kustomize ## Render keda-manager.yaml manifest.
96+
render-manifest: kustomize ## Render keda-manager.yaml manifest.
9797
$(KUSTOMIZE) build config/default > keda-manager.yaml
9898

9999
.PHONY: undeploy

0 commit comments

Comments
 (0)