Skip to content

Commit c108646

Browse files
authored
Add target to apply override-snapshot (#3345)
1 parent cd5c798 commit c108646

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ generate-override-snapshot: install-tools
293293
.konflux-release/
294294
.PHONY: generate-override-snapshot
295295

296+
apply-override-snapshot:
297+
kubectl apply -f .konflux-release/
298+
.PHONY: apply-override-snapshot
299+
296300
# Generates all files that are templated with release metadata.
297301
release-files: install-tools
298302
./hack/generate/csv.sh \

0 commit comments

Comments
 (0)