Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Charles-Edouard Brétéché <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry and eddycharly authored Feb 2, 2024
1 parent f9c587a commit 8efea80
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 @@ -137,7 +137,7 @@ codegen-helm-docs: ## Generate helm docs
.PHONY: codegen-manifest-install-latest
codegen-install-manifest: $(HELM) ## Create install manifest
@echo Generate latest install manifest... >&2
@$(HELM) template kyverno --namespace kyverno ./charts/reports-server/ \
@$(HELM) template reports-server --namespace reports-server ./charts/reports-server/ \
| $(SED) -e '/^#.*/d' \
> ./config/install.yaml

Expand Down

0 comments on commit 8efea80

Please sign in to comment.