This is an automated email from the ASF dual-hosted git repository.
caigy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-operator.git
The following commit(s) were added to refs/heads/master by this push:
new 41536e7 Fix manifests copy (#170)
41536e7 is described below
commit 41536e79392b607dde1985c1a45cbcc3cfab8d12
Author: Yang Wu <[email protected]>
AuthorDate: Fri Aug 11 13:44:09 2023 +0800
Fix manifests copy (#170)
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1c1deac..8bcfc9a 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ manifests: controller-gen ## Generate WebhookConfiguration,
ClusterRole and Cust
cp deploy/operator.yaml charts/rocketmq-operator/templates/operator.yaml
&& \
cp deploy/role_binding.yaml
charts/rocketmq-operator/templates/role_binding.yaml && \
cp deploy/service_account.yaml
charts/rocketmq-operator/templates/service_account.yaml && \
- cp deploy/crds/* charts/rocketmq-operator/templates/crds/
+ cp deploy/crds/* charts/rocketmq-operator/crds/
.PHONY: generate
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto,
and DeepCopyObject method implementations.