We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d975b38 commit 588493eCopy full SHA for 588493e
Makefile
@@ -93,7 +93,7 @@ deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in
93
$(KUSTOMIZE) build config/default | kubectl apply -f -
94
95
.PHONY: render-manifest
96
-render-manifest: manifests kustomize ## Render keda-manager.yaml manifest.
+render-manifest: kustomize ## Render keda-manager.yaml manifest.
97
$(KUSTOMIZE) build config/default > keda-manager.yaml
98
99
.PHONY: undeploy
0 commit comments