Skip to content

Commit

Permalink
make: jetstack.io_venaficonnections.yaml: recreate file instead of ap…
Browse files Browse the repository at this point in the history
…pending

Co-authored-by: Tim Ramlot <[email protected]>
  • Loading branch information
maelvls and inteon authored Sep 30, 2024
1 parent 83a24f1 commit 99896db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/02_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ release: $(helm_chart_archive)
generate-crds-venconn: $(addprefix $(helm_chart_source_dir)/templates/,venafi-connection-crd.yaml venafi-connection-crd.without-validations.yaml)

$(helm_chart_source_dir)/crd_bases/jetstack.io_venaficonnections.yaml: go.mod | $(NEEDS_GO)
$(GO) run ./make/connection_crd >>$@
$(GO) run ./make/connection_crd >$@

$(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)
cat $(helm_chart_source_dir)/crd_bases/crd.header.yaml >$@
Expand Down

0 comments on commit 99896db

Please sign in to comment.