File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ release: $(helm_chart_archive)
2727generate-crds-venconn : $(addprefix $(helm_chart_source_dir ) /templates/,venafi-connection-crd.yaml venafi-connection-crd.without-validations.yaml)
2828
2929$(helm_chart_source_dir ) /crd_bases/jetstack.io_venaficonnections.yaml : go.mod | $(NEEDS_GO )
30- $(GO ) run ./make/connection_crd >> $@
30+ $(GO ) run ./make/connection_crd > $@
3131
3232$(helm_chart_source_dir ) /templates/venafi-connection-crd.without-validations.yaml : $(helm_chart_source_dir ) /crd_bases/jetstack.io_venaficonnections.yaml $(helm_chart_source_dir ) /crd_bases/crd.header.yaml $(helm_chart_source_dir ) /crd_bases/crd.footer.yaml | $(NEEDS_YQ )
3333 cat $(helm_chart_source_dir ) /crd_bases/crd.header.yaml > $@
You can’t perform that action at this time.
0 commit comments