Skip to content

Commit 99896db

Browse files
maelvlsinteon
andauthored
make: jetstack.io_venaficonnections.yaml: recreate file instead of appending
Co-authored-by: Tim Ramlot <[email protected]>
1 parent 83a24f1 commit 99896db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/02_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ release: $(helm_chart_archive)
2727
generate-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 >$@

0 commit comments

Comments
 (0)