mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Fix a typo
Fix an incorrect apiVersion field value Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
0ce787c3a8
commit
2735426bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
apiVersion: MachineDeployment
|
||||
apiVersion: cluster.x-k8s.io/v1alpha2
|
||||
kind: MachineDeployment
|
||||
metadata:
|
||||
name: .*
|
||||
|
|
|
|||
Loading…
Reference in a new issue