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)
27
27
generate-crds-venconn : $(addprefix $(helm_chart_source_dir ) /templates/,venafi-connection-crd.yaml venafi-connection-crd.without-validations.yaml)
28
28
29
29
$(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 > $@
31
31
32
32
$(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 )
33
33
cat $(helm_chart_source_dir ) /crd_bases/crd.header.yaml > $@
You can’t perform that action at this time.
0 commit comments