Skip to content

Commit

Permalink
chore: fix gpg check and sfyra build
Browse files Browse the repository at this point in the history
This PR fixes the gpg check as well as adds the clusterctl workaround to
make sfyra build properly.

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
  • Loading branch information
rsmitty committed Mar 29, 2022
1 parent 5fb30a9 commit 9438ca8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ policies:
gpg:
required: true
identity:
gitHubOrganization: talos-systems
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
Expand Down
6 changes: 6 additions & 0 deletions hack/scripts/generate-clusterctl-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ mkdir -p "$(dirname "${CLUSTERCTL_CONFIG}")"

cat > "${CLUSTERCTL_CONFIG}" <<EOF
providers:
- name: "talos"
url: "https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/latest/bootstrap-components.yaml"
type: "BootstrapProvider"
- name: "talos"
url: "https://github.com/siderolabs/cluster-api-control-plane-provider-talos/releases/latest/control-plane-components.yaml"
type: "ControlPlaneProvider"
- name: "sidero"
url: "file://${COMPONENTS_YAML}"
type: "InfrastructureProvider"
Expand Down

0 comments on commit 9438ca8

Please sign in to comment.