Skip to content

Commit

Permalink
Modified tink hardware crd example (#621)
Browse files Browse the repository at this point in the history
Modified tink hardware crd example

Signed-off-by: panktishah26 <[email protected]>

## Description
Modified tink hardware crd example.

## Why is this needed
I have updated the tink hardware yaml file example which will help customers to create a cluster using CAPT.

Fixes: #

## How Has This Been Tested?
I have tested this functionality with CAPT changes related to kubified stack in this [PR](tinkerbell/cluster-api-provider-tinkerbell#160).


## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
  • Loading branch information
mergify[bot] authored May 10, 2022
2 parents 00d3337 + c8da9e8 commit 7a8ca47
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions config/crd/examples/hardware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: sm01
namespace: default
spec:
disks:
- device: /dev/nvme0n1
metadata:
facility:
facility_code: onprem
Expand All @@ -17,14 +19,6 @@ spec:
distro: "ubuntu"
os_slug: "ubuntu_20_04"
version: "20.04"
storage:
disks:
- device: /dev/nvme0n1
partitions:
- label: ROOT
number: 1
size: 0
wipe_table: true
interfaces:
- dhcp:
arch: x86_64
Expand Down

0 comments on commit 7a8ca47

Please sign in to comment.