11 lines
217 B
YAML
11 lines
217 B
YAML
|
|
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
|
||
|
|
kind: AzureMachineTemplate
|
||
|
|
metadata:
|
||
|
|
name: ${CLUSTER_NAME}-md-win
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
template:
|
||
|
|
spec:
|
||
|
|
image:
|
||
|
|
id: ${MANAGED_IMAGE_ID}
|
||
|
|
---
|