Commit 1f2f48a
committed
fix: add missing kind field to metadata.yaml
The metadata.yaml file was missing the required 'kind: Metadata' field,
which caused clusterctl init --infrastructure azure to fail with:
'unexpected kind "" for provider infrastructure-azure (expected "Metadata")'
This fix adds the missing kind field to resolve the clusterctl initialization error.
Fixes: clusterctl init --infrastructure azure validation error1 parent 4ad8f96 commit 1f2f48a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments