Skip to content

Commit 7021fb0

Browse files
authored
publish cluster template as release asset (#51)
publish cluster template as release asset so that clusterctl can discover it.
1 parent f106e7a commit 7021fb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ checksum:
6868
- glob: ./_artifacts/helm/*.tgz
6969
- glob: ./_artifacts/infrastructure-components.yaml
7070
- glob: ./_artifacts/metadata.yaml
71+
- glob: ./templates/cluster-template.yaml
7172

7273
# Attach the clusterctl provider artifacts to the GitHub release so
7374
# `clusterctl init --infrastructure oxide` can discover and install the
@@ -80,6 +81,7 @@ release:
8081
extra_files:
8182
- glob: ./_artifacts/infrastructure-components.yaml
8283
- glob: ./_artifacts/metadata.yaml
84+
- glob: ./templates/cluster-template.yaml
8385

8486
# NOTE: helm charts are pushed to the OCI registry by the `release` Makefile
8587
# target after goreleaser finishes. A custom publisher can't do it: goreleaser

0 commit comments

Comments
 (0)